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

Last updated: July 03,2024

1. Install "python39-pony" package

Learn how to install python39-pony on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-pony

2. Uninstall "python39-pony" package

Here is a brief guide to show you how to uninstall python39-pony on openSuSE Tumbleweed:

$ sudo zypper remove python39-pony

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

Information for package python39-pony:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-pony
Version : 0.7.17-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 2.1 MiB
Installed : No
Status : not installed
Source package : python-pony-0.7.17-2.1.src
Upstream URL : https://ponyorm.com
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.