How to Install and Uninstall python-mysql.connector Package on Ubuntu 16.04 LTS (Xenial Xerus)

Last updated: September 20,2024

1. Install "python-mysql.connector" package

Please follow the steps below to install python-mysql.connector on Ubuntu 16.04 LTS (Xenial Xerus)

$ sudo apt update $ sudo apt install python-mysql.connector

2. Uninstall "python-mysql.connector" package

Learn how to uninstall python-mysql.connector on Ubuntu 16.04 LTS (Xenial Xerus):

$ sudo apt remove python-mysql.connector $ sudo apt autoclean && sudo apt autoremove

3. Information about the python-mysql.connector package on Ubuntu 16.04 LTS (Xenial Xerus)

Package: python-mysql.connector
Priority: optional
Section: universe/python
Installed-Size: 495
Maintainer: Ubuntu Developers
Original-Maintainer: Sandro Tosi
Architecture: all
Source: mysql-connector-python
Version: 2.0.4-1
Replaces: mysql-utilities (<< 1.3.5-2)
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Breaks: mysql-utilities (<< 1.3.5-2)
Filename: pool/universe/m/mysql-connector-python/python-mysql.connector_2.0.4-1_all.deb
Size: 86916
MD5sum: 83733f669c1b0761a4fc60d75fb74c7b
SHA1: c0b53cd6f302b1d0e577c4f511f1b29caeadf281
SHA256: 6e1ad9087dc21909aca25230bef40c7eda38132d95b30b3ec9d4f8f42e2cdcc2
Description-en: pure Python implementation of MySQL Client/Server protocol
MySQL driver written in Python which does not depend on MySQL C client
libraries and implements the DB API v2.0 specification (PEP-249).
.
MySQL Connector/Python is implementing the MySQL Client/Server protocol
completely in Python. This means you don't have to compile anything or MySQL
(client library) doesn't even have to be installed on the machine.
Description-md5: bb7e2eba7769d706d44e0ef91171b4ed
Homepage: http://dev.mysql.com/doc/connector-python/en/index.html
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Origin: Ubuntu