To uninstall acpitool just follow these instructions.
sudo apt-get remove acpitool
This will remove just the acpitool package itself.
sudo apt-get remove --auto-remove acpitool
This will remove the acpitool package and any other dependant packages which are no longer needed.
If you also want to delete your local/config files for acpitool then this will work.
sudo apt-get purge acpitool
Or similarly, like this acpitool
sudo apt-get purge --auto-remove acpitool
Package | acpitool |
Version | 0.5.1-4 |
Maintainer | Ubuntu Developers <[email protected]> |
Home page | http://sourceforge.net/projects/acpitool/ |
Description | command line ACPI client |
Distro | ubuntu |
Release | vivid |
Repo | universe |
Section | universe/utils |