Install pwrkap
Installing pwrkap package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pwrkap
pwrkap package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pwrkap |
version | 7.30-5 |
description | Energy use monitor and Power Cap enforcement tools – Core |
subsection | admin |
website | pwrkap.sourceforge.net |
maintainer | Arnaud Quette |
Uninstall pwrkap
To remove just pwrkap package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pwrkap
Uninstall pwrkap and it’s dependent packages
To remove the pwrkap package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pwrkap
Purging pwrkap
If you also want to delete configuration and/or data files of pwrkap from Debian Sid then this will work:
sudo apt-get purge pwrkap
To delete configuration and/or data files of pwrkap and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pwrkap