Skip to content

Instantly share code, notes, and snippets.

@guilhermelinhares
Last active November 17, 2022 14:41
Show Gist options
  • Save guilhermelinhares/6f5b9b461b82b3ffaf99b0e40d864276 to your computer and use it in GitHub Desktop.
Save guilhermelinhares/6f5b9b461b82b3ffaf99b0e40d864276 to your computer and use it in GitHub Desktop.
Install openconnect by .tar.gz package
Ubuntu
#Install Prerequisites
apt-get update && \
apt-get install -y build-essential gettext autoconf automake \
libproxy-dev libxml2-dev libtool vpnc-scripts \
pkg-config iptables libgnutls28-dev libopenconnect-dev \
git sshpass procps \
libqt5widgets5 libqt5gui5 libqt5dbus5 libqt5network5 libqt5core5a
#Git Clone Latest
https://github.com/openconnect/openconnect.git
#Git Clone Specific Tag
git clone -b v8.10 https://github.com/openconnect/openconnect.git
cd openconnect && sudo ./autogen.sh && ./configure && make install
sudo ln /usr/local/sbin/openconnect /usr/sbin/openconnect
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment