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

Last updated: July 05,2024

1. Install "python311-pony" package

Please follow the step by step instructions below to install python311-pony on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python311-pony

2. Uninstall "python311-pony" package

Learn how to uninstall python311-pony on openSuSE Tumbleweed:

$ sudo zypper remove python311-pony

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

Information for package python311-pony:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python311-pony
Version : 0.7.17-2.1
Arch : noarch
Vendor : openSUSE
Installed Size : 3.2 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.