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