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

Last updated: May 18,2024

1. Install "python2-sqlsoup" package

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

$ sudo zypper refresh $ sudo zypper install python2-sqlsoup

2. Uninstall "python2-sqlsoup" package

This is a short guide on how to uninstall python2-sqlsoup on openSUSE Leap:

$ sudo zypper remove python2-sqlsoup

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

Information for package python2-sqlsoup:
----------------------------------------
Repository : Main Repository
Name : python2-sqlsoup
Version : 0.9.1-bp153.1.15
Arch : noarch
Vendor : openSUSE
Installed Size : 37,5 KiB
Installed : No
Status : not installed
Source package : python-sqlsoup-0.9.1-bp153.1.15.src
Summary : A one step database access tool, built on the SQLAlchemy ORM
Description :
SQLSoup provides a convenient way to map Python objects to relational database
tables, with no declarative code of any kind. It's built on top of the
SQLAlchemy ORM and provides a super-minimalistic interface to an existing
database.