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