Install mrtg-ping-probe
Installing mrtg-ping-probe package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install mrtg-ping-probe
mrtg-ping-probe package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | mrtg-ping-probe |
version | 2.2.0-1 |
description | Ping module for Multi Router Traffic Grapher |
subsection | net |
maintainer | Jonathan Oxer |
Uninstall mrtg-ping-probe
To remove just mrtg-ping-probe package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove mrtg-ping-probe
Uninstall mrtg-ping-probe and it’s dependent packages
To remove the mrtg-ping-probe package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove mrtg-ping-probe
Purging mrtg-ping-probe
If you also want to delete configuration and/or data files of mrtg-ping-probe from Debian Sid then this will work:
sudo apt-get purge mrtg-ping-probe
To delete configuration and/or data files of mrtg-ping-probe and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove mrtg-ping-probe