How to Install and Uninstall python3-pony Package on openSUSE Leap

Last updated: May 18,2024

1. Install "python3-pony" package

In this section, we are going to explain the necessary steps to install python3-pony on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-pony

2. Uninstall "python3-pony" package

In this section, we are going to explain the necessary steps to uninstall python3-pony on openSUSE Leap:

$ sudo zypper remove python3-pony

3. Information about the python3-pony package on openSUSE Leap

Information for package python3-pony:
-------------------------------------
Repository : Main Repository
Name : python3-pony
Version : 0.7.13-bp155.2.12
Arch : noarch
Vendor : openSUSE
Installed Size : 2.7 MiB
Installed : No
Status : not installed
Source package : python-pony-0.7.13-bp155.2.12.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.