How to Install and Uninstall python-sqlsoup Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 28,2024

1. Install "python-sqlsoup" package

This is a short guide on how to install python-sqlsoup on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-sqlsoup

2. Uninstall "python-sqlsoup" package

This is a short guide on how to uninstall python-sqlsoup on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-sqlsoup $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-sqlsoup package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-sqlsoup
Priority: optional
Section: universe/python
Installed-Size: 39
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Med Packaging Team
Architecture: all
Version: 0.9.0+dfsg-2.1
Depends: python-sqlalchemy (>= 1.0~), python-sqlalchemy (<< 1.1), python:any (<< 2.8), python:any (>= 2.7.5-5~)
Filename: pool/universe/p/python-sqlsoup/python-sqlsoup_0.9.0+dfsg-2.1_all.deb
Size: 8376
MD5sum: e12587e4670a489165d0e580e4f806fe
SHA1: cc42755613c9fc5ebcaa477ba7c3e3f18c0141ef
SHA256: 11db335c6c5fcac5f5f5124a2450521a647ef9564f68b9acb4d23c9b2103f362
Description-en: one step database access tool, built on the SQLAlchemy ORM
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.
Description-md5: 1edc573612b5699fd1d8e0ce711f5d81
Homepage: https://pypi.python.org/pypi/sqlsoup
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu