Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install libmysqlclient18 on Debian Unstable (Sid)


Install libmysqlclient18

Installing libmysqlclient18 package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install libmysqlclient18

libmysqlclient18 package information

distro Debian Unstable (Sid)
section Main
name libmysqlclient18
version 5.6.28-1
description MySQL database client library
subsection libs
website dev.mysql.com
maintainer Debian MySQL Maintainers

Uninstall libmysqlclient18

To remove just libmysqlclient18 package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove libmysqlclient18

Uninstall libmysqlclient18 and it’s dependent packages

To remove the libmysqlclient18 package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove libmysqlclient18

Purging libmysqlclient18

If you also want to delete configuration and/or data files of libmysqlclient18 from Debian Sid then this will work:

sudo apt-get purge libmysqlclient18

To delete configuration and/or data files of libmysqlclient18 and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove libmysqlclient18

 

Comments

comments