Install rancid-cgi
Installing rancid-cgi package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install rancid-cgi
rancid-cgi package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | rancid-cgi |
version | 3.4.1-3 |
description | looking glass CGI based on rancid tools |
subsection | net |
website | shrubbery.net / rancid / |
maintainer | Roland Rosenfeld |
Uninstall rancid-cgi
To remove just rancid-cgi package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove rancid-cgi
Uninstall rancid-cgi and it’s dependent packages
To remove the rancid-cgi package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove rancid-cgi
Purging rancid-cgi
If you also want to delete configuration and/or data files of rancid-cgi from Debian Sid then this will work:
sudo apt-get purge rancid-cgi
To delete configuration and/or data files of rancid-cgi and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove rancid-cgi