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