To uninstall libdbus-java just follow these instructions.
sudo apt-get remove libdbus-java
This will remove just the libdbus-java package itself.
sudo apt-get remove --auto-remove libdbus-java
This will remove the libdbus-java package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for libdbus-java then this will work.
sudo apt-get purge libdbus-java
Or similarly, like this libdbus-java
sudo apt-get purge --auto-remove libdbus-java
Package | libdbus-java |
Version | 2.8-5 |
Maintainer | Debian Java Maintainer <pkg-java-maintainers@lists.alioth.debian.org> |
Home page | http://www.freedesktop.org/wiki/Software/DBusBindings |
Description | simple interprocess messaging system (Java implementation) |
Distro | debian |
Release | jessie |
Repo | main |
Section | java |