openvpn

OpenVPN client and daemon binary. More information: <https://openvpn.net/>.

Debian Debian
RUN apt-get update && \ apt-get install -y openvpn
Ubuntu
RUN apt-get update && \ apt-get install -y openvpn
Alpine
RUN apk add openvpn
Arch Arch Linux
RUN pacman -S --noconfirm openvpn
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y openvpn
Fedora
RUN dnf install -y openvpn
Raspbian
RUN apt-get update && \ apt-get install -y openvpn
click the source code to copy install openvpn on any operating system with command-not-found.com