Post

VPN in Archlinux

How to install the required VPN packages on Arch Linux using pacman for OpenConnect-based VPN connections.

Install the necessary packages for OpenConnect VPN on Arch Linux. This includes the NetworkManager plugin for OpenConnect, the OpenConnect client itself, and OpenSSL.

1
sudo pacman -S  networkmanager-openconnect openconnect openssl
This post is licensed under CC BY 4.0 by the author.