How to Install and Uninstall anytun Package on Kali Linux

Last updated: May 08,2024

1. Install "anytun" package

Please follow the guidelines below to install anytun on Kali Linux

$ sudo apt update $ sudo apt install anytun

2. Uninstall "anytun" package

Please follow the instructions below to uninstall anytun on Kali Linux:

$ sudo apt remove anytun $ sudo apt autoclean && sudo apt autoremove

3. Information about the anytun package on Kali Linux

Package: anytun
Source: anytun (0.3.8-1)
Version: 0.3.8-1+b2
Installed-Size: 2408
Maintainer: Darshaka Pathirana
Architecture: amd64
Depends: adduser, lsb-base (>= 3.0-6), libboost-serialization1.83.0 (>= 1.83.0), libboost-thread1.83.0 (>= 1.83.0), libc6 (>= 2.34), libgcc-s1 (>= 3.0), libgcrypt20 (>= 1.10.3), libgpg-error0 (>= 1.14), libstdc++6 (>= 13.1)
Suggests: quagga
Size: 444764
SHA256: 84f21f967bbfb00e753f934e5cdf2cfa5cbc74034457ca09723b25f11f0fea84
SHA1: 00efd4561f44950459f0ec1b7abef5fb137a2bdc
MD5sum: a42d42adad8d577b4c533324ddfb3ce4
Description: secure anycast tunneling protocol
Anytun is an implementation of the secure anycast tunneling protocol. It
uses an easy openvpn style interface and makes it possible to build
redundant VPN clusters with load balancing between servers. VPN servers
share a single IP address. Adding and removing VPN Servers is done by the
routing protocol, so no client changes have to be made when additional VPN
servers are added or removed. It is possible to realise global load
balancing based on shortest BGP routes by simply announcing the address
space of the tunnel servers at multiple locations.
.
Currently ethernet, ipv4 and ipv6 tunnels are supported by the
implementation. However the protocol allows one to tunnel every ETHERTYPE
protocol.
Description-md5:
Homepage: http://www.anytun.org/
Tag: implemented-in::c++, network::vpn, role::program
Section: net
Priority: optional
Filename: pool/main/a/anytun/anytun_0.3.8-1+b2_amd64.deb