Install vpnc-scripts
Installing vpnc-scripts package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install vpnc-scripts
vpnc-scripts package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | vpnc-scripts |
version | 0.1~git20150318-1 |
description | Network configuration scripts for VPNC and OpenConnect |
subsection | net |
website | infradead.org / openconnect / vpnc-script.html |
maintainer | Mike Miller |
Uninstall vpnc-scripts
To remove just vpnc-scripts package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove vpnc-scripts
Uninstall vpnc-scripts and it’s dependent packages
To remove the vpnc-scripts package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove vpnc-scripts
Purging vpnc-scripts
If you also want to delete configuration and/or data files of vpnc-scripts from Debian Sid then this will work:
sudo apt-get purge vpnc-scripts
To delete configuration and/or data files of vpnc-scripts and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove vpnc-scripts