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

Last updated: May 21,2024

1. Install "python3-sqlsoup" package

Learn how to install python3-sqlsoup on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install python3-sqlsoup

2. Uninstall "python3-sqlsoup" package

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

$ sudo zypper remove python3-sqlsoup

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

Information for package python3-sqlsoup:
----------------------------------------
Repository : Main Repository
Name : python3-sqlsoup
Version : 0.9.1-bp155.2.10
Arch : noarch
Vendor : openSUSE
Installed Size : 51.2 KiB
Installed : No
Status : not installed
Source package : python-sqlsoup-0.9.1-bp155.2.10.src
Upstream URL : https://bitbucket.org/zzzeek/sqlsoup
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.