To uninstall libdbus-c++-dev just follow these instructions.
sudo apt-get remove libdbus-c++-dev
This will remove just the libdbus-c++-dev package itself.
sudo apt-get remove --auto-remove libdbus-c++-dev
This will remove the libdbus-c++-dev package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for libdbus-c++-dev then this will work.
sudo apt-get purge libdbus-c++-dev
Or similarly, like this libdbus-c++-dev
sudo apt-get purge --auto-remove libdbus-c++-dev
Package | libdbus-c++-dev |
Version | 0.9.0-6 |
Maintainer | Vincent Cheng <Vincentc1208@gmail.com> |
Home page | http://sourceforge.net/projects/dbus-cplusplus/ |
Description | C++ API for D-Bus (development package) |
Distro | debian |
Release | jessie |
Repo | main |
Section | libdevel |