Install python-mk-livestatus
Installing python-mk-livestatus package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install python-mk-livestatus
python-mk-livestatus package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | python-mk-livestatus |
version | 0.2-1 |
description | Helps to query MK livestatus and return results as dictionary |
subsection | python |
maintainer | Arthur Vuillard |
Uninstall python-mk-livestatus
To remove just python-mk-livestatus package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove python-mk-livestatus
Uninstall python-mk-livestatus and it’s dependent packages
To remove the python-mk-livestatus package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove python-mk-livestatus
Purging python-mk-livestatus
If you also want to delete configuration and/or data files of python-mk-livestatus from Debian Sid then this will work:
sudo apt-get purge python-mk-livestatus
To delete configuration and/or data files of python-mk-livestatus and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove python-mk-livestatus