Install libmysql6.4-cil
Installing libmysql6.4-cil package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmysql6.4-cil
libmysql6.4-cil package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmysql6.4-cil |
version | 6.4.3-4 |
description | MySQL database connector for CLI |
subsection | cli-mono |
website | mysql.com |
maintainer | Debian CLI Libraries Team |
Uninstall libmysql6.4-cil
To remove just libmysql6.4-cil package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmysql6.4-cil
Uninstall libmysql6.4-cil and it’s dependent packages
To remove the libmysql6.4-cil package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmysql6.4-cil
Purging libmysql6.4-cil
If you also want to delete configuration and/or data files of libmysql6.4-cil from Debian Sid then this will work:
sudo apt-get purge libmysql6.4-cil
To delete configuration and/or data files of libmysql6.4-cil and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmysql6.4-cil