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

Last updated: January 11,2025

1. Install "python2-pony" package

Please follow the guidelines below to install python2-pony on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python2-pony

2. Uninstall "python2-pony" package

Please follow the step by step instructions below to uninstall python2-pony on openSUSE Leap:

$ sudo zypper remove python2-pony

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

Information for package python2-pony:
-------------------------------------
Repository : Main Repository
Name : python2-pony
Version : 0.7.13-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 3,0 MiB
Installed : No
Status : not installed
Source package : python-pony-0.7.13-bp153.1.15.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.