Cheap VPS & Xen Server


Residential Proxy Network - Hourly & Monthly Packages

How to install mrtg on Debian Unstable (Sid)


Install mrtg

Installing mrtg package on Debian Unstable (Sid) is as easy as running the following command on terminal:

sudo apt-get update
sudo apt-get install mrtg

mrtg package information

distro Debian Unstable (Sid)
section Main
name mrtg
version 2.17.4-4
description multi router traffic grapher
subsection net
website oss.oetiker.ch / mrtg
maintainer Sandro Tosi

Uninstall mrtg

To remove just mrtg package itself from Debian Unstable (Sid) execute on terminal:

sudo apt-get remove mrtg

Uninstall mrtg and it’s dependent packages

To remove the mrtg package and any other dependant package which are no longer needed from Debian Sid.

sudo apt-get remove --auto-remove mrtg

Purging mrtg

If you also want to delete configuration and/or data files of mrtg from Debian Sid then this will work:

sudo apt-get purge mrtg

To delete configuration and/or data files of mrtg and it’s dependencies from Debian Sid then execute:

sudo apt-get purge --auto-remove mrtg

 

Comments

comments