Page 1 of 1

Error Installing openvpn.as

Posted: Wed Mar 23, 2022 11:26 am
by Nikster
Hi,

I'm new here and a Linux novice to boot so please bear with me.

I am trying to install openvpn-as on my Ubuntu machine (Ubuntu 20.04.3 LTS). I followed the commands from the repository for installing but get the following error on the last command

root@buntuerver:~# apt update && apt -y install openvpn.as
Hit:1 http://gb.archive.ubuntu.com/ubuntu focal InRelease
Hit:2 http://gb.archive.ubuntu.com/ubuntu focal-updates InRelease
Hit:3 http://gb.archive.ubuntu.com/ubuntu focal-backports InRelease
Hit:4 http://gb.archive.ubuntu.com/ubuntu focal-security InRelease
Hit:5 http://as-repository.openvpn.net/as/debian focal InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
164 packages can be upgraded. Run 'apt list --upgradable' to see them.
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openvpn.as
E: Couldn't find any package by glob 'openvpn.as'

Anyone had this or offer any advice?
Thanks

Re: Error Installing openvpn.as

Posted: Wed Mar 23, 2022 11:33 am
by openvpn_inc
Hello Nikster,

The package name is openvpn-as, not openvpn.as. Therefore the installation failed because it couldn't find the right program to install.

Please try again, but this time with the correct package name.

Kind regards,
Johan

Re: Error Installing openvpn.as

Posted: Wed Mar 23, 2022 1:45 pm
by Nikster
Hi Johan,

Thanks, missed that. Now working

Regards
Nik