How to Install and Uninstall python38-pony Package on openSuSE Tumbleweed

Last updated: April 26,2024

1. Install "python38-pony" package

This tutorial shows how to install python38-pony on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python38-pony

2. Uninstall "python38-pony" package

Please follow the step by step instructions below to uninstall python38-pony on openSuSE Tumbleweed:

$ sudo zypper remove python38-pony

3. Information about the python38-pony package on openSuSE Tumbleweed

Information for package python38-pony:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python38-pony
Version : 0.7.14-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2,7 MiB
Installed : No
Status : not installed
Source package : python-pony-0.7.14-2.2.src
Summary : Pony Object-Relational Mapper
Description :
Pony ORM is a object-relational mapper for Python. Using Pony, users
can create and maintain database-oriented software applications. Pony
is able to write queries to the database using generator expressions.
Pony then analyzes the abstract syntax tree of a generator and
translates it to its SQL equivalent.