Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install libmysqld-dev on Debian Unstable (Sid)


Install libmysqld-dev

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

sudo apt-get update
sudo apt-get install libmysqld-dev

libmysqld-dev package information

distro Debian Unstable (Sid)
section Main
name libmysqld-dev
version 5.6.28-1
description MySQL embedded database development files
subsection libdevel
website dev.mysql.com
maintainer Debian MySQL Maintainers

Uninstall libmysqld-dev

To remove just libmysqld-dev package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove libmysqld-dev

Uninstall libmysqld-dev and it’s dependent packages

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

sudo apt-get remove --auto-remove libmysqld-dev

Purging libmysqld-dev

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

sudo apt-get purge libmysqld-dev

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

sudo apt-get purge --auto-remove libmysqld-dev

 

Comments

comments