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