Install libmysqld-pic
Installing libmysqld-pic package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install libmysqld-pic
libmysqld-pic package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | libmysqld-pic |
version | 5.6.28-1 |
description | PIC version of MySQL embedded server development files |
subsection | libdevel |
website | dev.mysql.com |
maintainer | Debian MySQL Maintainers |
Uninstall libmysqld-pic
To remove just libmysqld-pic package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove libmysqld-pic
Uninstall libmysqld-pic and it’s dependent packages
To remove the libmysqld-pic package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove libmysqld-pic
Purging libmysqld-pic
If you also want to delete configuration and/or data files of libmysqld-pic from Debian Sid then this will work:
sudo apt-get purge libmysqld-pic
To delete configuration and/or data files of libmysqld-pic and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove libmysqld-pic