Install python3-mysql.connector
Installing python3-mysql.connector package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python3-mysql.connector
python3-mysql.connector package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python3-mysql.connector |
version | 2.0.4-1 |
description | pure Python implementation of MySQL Client/Server protocol (Python3) |
subsection | python |
website | dev.mysql.com / doc / connector-python / en / |
maintainer | Sandro Tosi |
Uninstall python3-mysql.connector
To remove just python3-mysql.connector package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python3-mysql.connector
Uninstall python3-mysql.connector and it’s dependent packages
To remove the python3-mysql.connector package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python3-mysql.connector
Purging python3-mysql.connector
If you also want to delete configuration and/or data files of python3-mysql.connector from Debian Sid then this will work:
sudo apt-get purge python3-mysql.connector
To delete configuration and/or data files of python3-mysql.connector and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python3-mysql.connector