Install powstatd
Installing powstatd package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install powstatd
powstatd package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | powstatd |
version | 1.5.1-9.1 |
description | Configurable UPS monitoring daemon |
subsection | admin |
maintainer | Peter S Galbraith |
Uninstall powstatd
To remove just powstatd package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove powstatd
Uninstall powstatd and it’s dependent packages
To remove the powstatd package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove powstatd
Purging powstatd
If you also want to delete configuration and/or data files of powstatd from Debian Sid then this will work:
sudo apt-get purge powstatd
To delete configuration and/or data files of powstatd and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove powstatd