Install powerdebug
Installing powerdebug package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install powerdebug
powerdebug package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | powerdebug |
version | 0.7.0-2013.08-1+b1 |
description | tool to display regulator, sensor and clock information |
subsection | utils |
maintainer | Linaro Packagers |
Uninstall powerdebug
To remove just powerdebug package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove powerdebug
Uninstall powerdebug and it’s dependent packages
To remove the powerdebug package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove powerdebug
Purging powerdebug
If you also want to delete configuration and/or data files of powerdebug from Debian Sid then this will work:
sudo apt-get purge powerdebug
To delete configuration and/or data files of powerdebug and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove powerdebug