To uninstall python-dbus just follow these instructions.
sudo apt-get remove python-dbus
This will remove just the python-dbus package itself.
sudo apt-get remove --auto-remove python-dbus
This will remove the python-dbus package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for python-dbus then this will work.
sudo apt-get purge python-dbus
Or similarly, like this python-dbus
sudo apt-get purge --auto-remove python-dbus
Package | python-dbus |
Version | 1.2.4-1 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://www.freedesktop.org/wiki/Software/DBusBindings#Python |
Description | simple interprocess messaging system (Python interface) |
Distro | ubuntu |
Release | yakkety |
Repo | main |
Section | python |