Install msrtool
Installing msrtool package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install msrtool
msrtool package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | msrtool |
version | 1:20141027-1 |
description | Dump chipset-specific MSR contents |
subsection | utils |
website | coreboot.org / Msrtool |
maintainer | Uwe Hermann |
Uninstall msrtool
To remove just msrtool package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove msrtool
Uninstall msrtool and it’s dependent packages
To remove the msrtool package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove msrtool
Purging msrtool
If you also want to delete configuration and/or data files of msrtool from Debian Sid then this will work:
sudo apt-get purge msrtool
To delete configuration and/or data files of msrtool and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove msrtool