Can't install OpenVPN

Topics about the Software of Revolution Pi
Post Reply
ivan.chonin@axbul.bg
Posts: 44
Joined: 28 Oct 2020, 09:36
Answers: 0

Can't install OpenVPN

Post by ivan.chonin@axbul.bg »

Hello,

We have running OpenVpn SERVER on a mikrotik router. The aim is to install OpenVpn Client on RevPi3. I have suseeded the process with a standard Raspberry pi 4 and now I am trying to replicate the same commands to RevPi.
I have downloaded the package file on PI in a directory on desktop. I am trying to run the script " install-sh " on Revpi wiht the following commands on terminal :

$ cd /home/pi/Downloads/openvpn-2.5.3
pi@RevPi46996:~/Desktop/openvpn-2.5.3 $ ./configure && make && make install
bash: ./configure: Permission denied

pi@RevPi46996:~/Desktop/openvpn-2.5.3 $ sudo ./configure && make && make install
sudo: ./configure: command not found

pi@RevPi46996:~/Desktop/openvpn-2.5.3 $ ./install
bash: ./install: No such file or directory

pi@RevPi46996:~/Desktop/openvpn-2.5.3 $ ./install-sh
bash: ./install-sh: Permission denied

pi@RevPi46996:~/Desktop/openvpn-2.5.3 $ sudo ./install-sh
sudo: ./install-sh: command not found


Can you please let me know what is the propper command to install it on RevPI ?
Attachments
Capture.PNG
Capture.PNG (129.75 KiB) Viewed 1836 times
User avatar
nicolaiB
KUNBUS
Posts: 877
Joined: 21 Jun 2018, 10:33
Answers: 8
Location: Berlin
Contact:

Re: Can't install OpenVPN

Post by nicolaiB »

Hi Ivan,

is there any reason you don't use the openvpn package? You can install it with the following command:

Code: Select all

sudo apt update && sudo apt install openvpn
Nicolai
Post Reply