Page 1 of 1

Installing openvpn version2.4 on ubuntu 16.04 xenial arm64

Posted: Mon Dec 30, 2019 8:31 am
by ofirule
what's the easiest way to install openvpn version2.4 on ubuntu 16.04 xenial arm64

Running this commands:

Code: Select all

echo "deb http://build.openvpn.net/debian/openvpn/release/2.4 xenial main" > /etc/apt/sources.list.d/openvpn-aptrepo.list
apt-get update && apt-get install openvpn
results in:

Code: Select all

N: Skipping acquire of configured file 'main/binary-arm64/Packages' as repository 'http://build.openvpn.net/debian/openvpn/release/2.4 xenial InRelease' doesn't support architecture 'arm64'

Re: Installing openvpn version2.4 on ubuntu 16.04 xenial arm64

Posted: Mon Dec 30, 2019 1:04 pm
by TinCanTech
The easiest way is to use your distro's software manager because Openvpn do not distribute arm64 packages.