Install n2n
Installing n2n package on Debian Unstable (Sid) is as easy as running the following command on terminal:
sudo apt-get update sudo apt-get install n2n
n2n package information
distro | Debian Unstable (Sid) |
---|---|
section | Main |
name | n2n |
version | 1.3.1~svn3789-5 |
description | Peer-to-Peer VPN network daemon |
subsection | net |
website | ntop.org / products / n2n / |
maintainer | cristian paul peñaranda rojas |
Uninstall n2n
To remove just n2n package itself from Debian Unstable (Sid) execute on terminal:
sudo apt-get remove n2n
Uninstall n2n and it’s dependent packages
To remove the n2n package and any other dependant package which are no longer needed from Debian Sid.
sudo apt-get remove --auto-remove n2n
Purging n2n
If you also want to delete configuration and/or data files of n2n from Debian Sid then this will work:
sudo apt-get purge n2n
To delete configuration and/or data files of n2n and it’s dependencies from Debian Sid then execute:
sudo apt-get purge --auto-remove n2n