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

Last updated: May 17,2024

1. Install "python3-aiomysql" package

This tutorial shows how to install python3-aiomysql on Kali Linux

$ sudo apt update $ sudo apt install python3-aiomysql

2. Uninstall "python3-aiomysql" package

In this section, we are going to explain the necessary steps to uninstall python3-aiomysql on Kali Linux:

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

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

Package: python3-aiomysql
Source: aiomysql
Version: 0.1.1-2
Installed-Size: 176
Maintainer: Debian Python Team
Architecture: all
Depends: python3-pymysql (>= 0.9~), python3:any
Recommends: python3-sqlalchemy (>= 1.0~)
Suggests: python-aiomysql-doc
Size: 38524
SHA256: b720ff8d8a47e96bd90d9abe31a595be44cbfd018529874cba2bb55ecbf47d2d
SHA1: 1d8c5fb974bb8c570907b607a6e96fd469be60d1
MD5sum: 01c5ee8d65c27c4cc11e0c1a75ebfaf3
Description: library for accessing a MySQL using asyncio (Python 3)
aiomysql is a driver for accessing a MySQL database from the asyncio
framework.
.
It depends on and reuses most parts of PyMySQL.
.
aiomysql tries to be like awesome aiopg library and preserve same API,
look and feel.
.
This package installs the library for Python 3.
Description-md5:
Homepage: https://github.com/aio-libs/aiomysql
Section: python
Priority: optional
Filename: pool/main/a/aiomysql/python3-aiomysql_0.1.1-2_all.deb