Installing openvpn version2.4 on ubuntu 16.04 xenial arm64

This forum is for all inquiries relating to the installation of OpenVPN from source and with binaries.

Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech

Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Post Reply
ofirule
OpenVpn Newbie
Posts: 6
Joined: Thu Aug 09, 2018 1:09 pm

Installing openvpn version2.4 on ubuntu 16.04 xenial arm64

Post by ofirule » Mon Dec 30, 2019 8:31 am

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'

TinCanTech
OpenVPN Protagonist
Posts: 11137
Joined: Fri Jun 03, 2016 1:17 pm

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

Post by TinCanTech » Mon Dec 30, 2019 1:04 pm

The easiest way is to use your distro's software manager because Openvpn do not distribute arm64 packages.

Post Reply