To uninstall libboost-dev just follow these instructions.
sudo apt-get remove libboost-dev
This will remove just the libboost-dev package itself.
sudo apt-get remove --auto-remove libboost-dev
This will remove the libboost-dev package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for libboost-dev then this will work.
sudo apt-get purge libboost-dev
Or similarly, like this libboost-dev
sudo apt-get purge --auto-remove libboost-dev
Package | libboost-dev |
Version | 1.55.0.2 |
Maintainer | Debian Boost Team <pkg-boost-devel@lists.alioth.debian.org> |
Home page | http://www.boost.org/ |
Description | Boost C++ Libraries development files (default version) |
Distro | debian |
Release | jessie |
Repo | main |
Section | libdevel |