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

Last updated: July 05,2024

1. Install "python310-pony" package

This guide let you learn how to install python310-pony on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python310-pony

2. Uninstall "python310-pony" package

This guide let you learn how to uninstall python310-pony on openSuSE Tumbleweed:

$ sudo zypper remove python310-pony

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

Information for package python310-pony:
---------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python310-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.