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

Last updated: May 20,2024

1. Install "python3-sql" package

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

$ sudo apt update $ sudo apt install python3-sql

2. Uninstall "python3-sql" package

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

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

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

Package: python3-sql
Priority: optional
Section: universe/python
Installed-Size: 220
Maintainer: Ubuntu Developers
Original-Maintainer: Debian Tryton Maintainers
Architecture: all
Source: python-sql
Version: 0.8-1
Depends: python3-pkg-resources, python3:any (>= 3.3.2-2~)
Suggests: python3-apsw, python3-mysql.connector, python3-psycopg2
Filename: pool/universe/p/python-sql/python3-sql_0.8-1_all.deb
Size: 25408
MD5sum: 125f6b2d13b817a97f5b2157ebdc854f
SHA1: 4bda01b9fa705c997f7858cbb9de0ce28e384614
SHA256: 6101b5dc62cd12655aac94b851e78a3395595fcf166a2d174355263e5e9407e4
Description-en: Library to write SQL queries (implemented in Python 3)
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 3.
Description-md5: 828954704eade1e6d08e416c49835e1c
Homepage: http://hg.tryton.org/python-sql/
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu