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

Last updated: June 29,2024

1. Install "python36-pony" package

This guide covers the steps necessary to install python36-pony on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python36-pony

2. Uninstall "python36-pony" package

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

$ sudo zypper remove python36-pony

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

Information for package python36-pony:
--------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python36-pony
Version : 0.7.14-2.2
Arch : noarch
Vendor : openSUSE
Installed Size : 2,7 MiB
Installed : No
Status : not installed
Source package : python-pony-0.7.14-2.2.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.