Install ppp-gatekeeper
Installing ppp-gatekeeper package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install ppp-gatekeeper
ppp-gatekeeper package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | ppp-gatekeeper |
version | 0.1.0-201406111015-1 |
description | PPP manager for handling balanced, redundant and failover links |
subsection | net |
website | gitlab.devlabs.linuxassist.net / … / ppp-gatekeeper |
maintainer | Nigel Kukard |
Uninstall ppp-gatekeeper
To remove just ppp-gatekeeper package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove ppp-gatekeeper
Uninstall ppp-gatekeeper and it’s dependent packages
To remove the ppp-gatekeeper package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove ppp-gatekeeper
Purging ppp-gatekeeper
If you also want to delete configuration and/or data files of ppp-gatekeeper from Debian Sid then this will work:
sudo apt-get purge ppp-gatekeeper
To delete configuration and/or data files of ppp-gatekeeper and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove ppp-gatekeeper