Install uanytun
Installing uanytun package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install uanytun
uanytun package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | uanytun |
version | 0.3.5-1 |
description | tiny implementation of the secure anycast tunneling protocol |
subsection | net |
website | anytun.org |
maintainer | Michael Prokop |
Uninstall uanytun
To remove just uanytun package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove uanytun
Uninstall uanytun and it’s dependent packages
To remove the uanytun package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove uanytun
Purging uanytun
If you also want to delete configuration and/or data files of uanytun from Debian Sid then this will work:
sudo apt-get purge uanytun
To delete configuration and/or data files of uanytun and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove uanytun