Install pm-utils
Installing pm-utils package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install pm-utils
pm-utils package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | pm-utils |
version | 1.4.1-16 |
description | utilities and scripts for power management |
subsection | admin |
website | pm-utils.freedesktop.org |
maintainer | Utopia Maintenance Team |
Uninstall pm-utils
To remove just pm-utils package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove pm-utils
Uninstall pm-utils and it’s dependent packages
To remove the pm-utils package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove pm-utils
Purging pm-utils
If you also want to delete configuration and/or data files of pm-utils from Debian Sid then this will work:
sudo apt-get purge pm-utils
To delete configuration and/or data files of pm-utils and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove pm-utils