To uninstall libmagic-dev just follow these instructions.
sudo apt-get remove libmagic-dev
This will remove just the libmagic-dev package itself.
sudo apt-get remove --auto-remove libmagic-dev
This will remove the libmagic-dev package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for libmagic-dev then this will work.
sudo apt-get purge libmagic-dev
Or similarly, like this libmagic-dev
sudo apt-get purge --auto-remove libmagic-dev
Package | libmagic-dev |
Version | 5.11-2+deb7u8 |
Maintainer | Daniel Baumann <daniel.baumann@progress-technologies.net> |
Home page | http://www.darwinsys.com/file/ |
Description | File type determination library using "magic" numbers (development) |
Distro | debian |
Release | wheezy |
Repo | main |
Section | libdevel |