Install powerstat
Installing powerstat package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install powerstat
powerstat package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | powerstat |
version | 0.02.09-1 |
description | laptop power measuring tool |
subsection | admin |
website | kernel.ubuntu.com / ~cking / powerstat |
maintainer | Colin King |
Uninstall powerstat
To remove just powerstat package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove powerstat
Uninstall powerstat and it’s dependent packages
To remove the powerstat package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove powerstat
Purging powerstat
If you also want to delete configuration and/or data files of powerstat from Debian Sid then this will work:
sudo apt-get purge powerstat
To delete configuration and/or data files of powerstat and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove powerstat