Install proxytunnel
Installing proxytunnel package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install proxytunnel
proxytunnel package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | proxytunnel |
version | 1.9.0+svn250-6+b1 |
description | Create tcp tunnels trough HTTPS proxies, for using with SSH |
subsection | net |
maintainer | Julian Gilbey |
Uninstall proxytunnel
To remove just proxytunnel package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove proxytunnel
Uninstall proxytunnel and it’s dependent packages
To remove the proxytunnel package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove proxytunnel
Purging proxytunnel
If you also want to delete configuration and/or data files of proxytunnel from Debian Sid then this will work:
sudo apt-get purge proxytunnel
To delete configuration and/or data files of proxytunnel and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove proxytunnel