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

Last updated: June 26,2024

1. Install "python-sql" package

Here is a brief guide to show you how to install python-sql on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-sql

2. Uninstall "python-sql" package

Please follow the instructions below to uninstall python-sql on Ubuntu 16.04 LTS (Xenial Xerus):

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

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

Package: python-sql
Priority: optional
Section: universe/python
Installed-Size: 207
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Tryton Maintainers
Architecture: all
Version: 0.8-1
Depends: python-pkg-resources, python:any (<< 2.8), python:any (>= 2.7.5-5~)
Suggests: python-mysqldb, python-psycopg2, python-pysqlite2 | python-apsw
Filename: pool/universe/p/python-sql/python-sql_0.8-1_all.deb
Size: 25252
MD5sum: 9f3c9aaba840fc3de670a02b150c3ffa
SHA1: bed0f96fbdf66b626310f3c7be7f4ce038e8b364
SHA256: 93284090ac8e357989d1e90893050eb648a2295f9a02922f0f669c77635a9234
Description-en: Library to write SQL queries (implemented in Python 2)
python-sql is a library to write SQL queries in a pythonic way. It relies
exclusively on the Python standard library. It is database independent,
doesn't require the declaration of tables and allows one to manipulate the
generated queries.
.
To make real use of this package you will have to install a database
connector.
.
This package is targeting Python version 2.
Description-md5: 395dc2546d716436ca237e406d00c449
Homepage: http://hg.tryton.org/python-sql/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu