How to Install and Uninstall openvpn Package on Kali Linux

Last updated: April 28,2024

1. Install "openvpn" package

Learn how to install openvpn on Kali Linux

$ sudo apt update $ sudo apt install openvpn

2. Uninstall "openvpn" package

In this section, we are going to explain the necessary steps to uninstall openvpn on Kali Linux:

$ sudo apt remove openvpn $ sudo apt autoclean && sudo apt autoremove

3. Information about the openvpn package on Kali Linux

Package: openvpn
Version: 2.6.7-1
Installed-Size: 1763
Maintainer: Bernhard Schmidt
Architecture: amd64
Depends: debconf (>= 0.5) | debconf-2.0, libc6 (>= 2.34), libcap-ng0 (>= 0.7.9), liblz4-1 (>= 0.0~r130), liblzo2-2 (>= 2.02), libnl-3-200 (>= 3.2.7), libnl-genl-3-200 (>= 3.2.7), libpam0g (>= 0.99.7.1), libpkcs11-helper1 (>= 1.28), libssl3 (>= 3.0.0), libsystemd0
Recommends: easy-rsa
Suggests: openssl, resolvconf, openvpn-dco-dkms, openvpn-systemd-resolved
Size: 653704
SHA256: 6f9b11f3a099a8e4b775e71b658ae2dec1cd1df6795e0852180dd8bf12e78dbc
SHA1: 57292fa572e84b4e3ccb9bf7dd5f7541315437fa
MD5sum: 21731e962dfc4aa327c49a0c535628c6
Description: virtual private network daemon
OpenVPN is an application to securely tunnel IP networks over a
single UDP or TCP port. It can be used to access remote sites, make
secure point-to-point connections, enhance wireless security, etc.
.
OpenVPN uses all of the encryption, authentication, and certification
features provided by the OpenSSL library (any cipher, key size, or
HMAC digest).
.
OpenVPN may use static, pre-shared keys or TLS-based dynamic key exchange. It
also supports VPNs with dynamic endpoints (DHCP or dial-up clients), tunnels
over NAT or connection-oriented stateful firewalls (such as Linux's iptables).
Description-md5:
Homepage: https://openvpn.net/
Tag: interface::commandline, interface::daemon, network::server,
network::vpn, role::program, security::cryptography, use::routing
Section: net
Priority: optional
Filename: pool/main/o/openvpn/openvpn_2.6.7-1_amd64.deb