How to Install and Uninstall python3-sql Package on Kali Linux

Last updated: May 20,2024

1. Install "python3-sql" package

Please follow the instructions below to install python3-sql on Kali Linux

$ sudo apt update $ sudo apt install python3-sql

2. Uninstall "python3-sql" package

Please follow the instructions below to uninstall python3-sql on Kali Linux:

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

3. Information about the python3-sql package on Kali Linux

Package: python3-sql
Source: python-sql
Version: 1.4.0-1
Installed-Size: 192
Maintainer: Debian Tryton Maintainers
Architecture: all
Depends: python3-pkg-resources, python3:any
Suggests: python3-apsw, python3-mysql.connector, python3-psycopg2
Size: 29476
SHA256: 2403e724f723b9297befbf8e336d0d2c3de4fe32c1c18cb315dc793e4a9423e1
SHA1: bc07bc3b2d0013df531539d068240a4f4e4c1fb6
MD5sum: d9678a49ae2cee91506a3d3f0b78f817
Description: 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:
Homepage: http://hg.tryton.org/python-sql/
Section: python
Priority: optional
Filename: pool/main/p/python-sql/python3-sql_1.4.0-1_all.deb