Help Installing VPN

So I chose a VPN, downloaded their software, but when it comes to "installing OpenVPN" I am lost.

I would be installing it via a Root Terminal. Here are the instructions from the VPN site that confuse me:

Option 2: root

1) Install OpenVPN and resolvconf (sudo apt-get install openvpn resolvconf)
2) Extract the configuration files into /etc/openvpn/
3) Start with sudo /etc/init.d/openvpn start

So I go to Applications-Accessories-Root Terminal, and any help from there is much appreciated. Thanks!


Comments


[1 Points] brightguydarknet:

What's the problem? In the root terminal type "apt-get install openvpn resolvconf". This will install openvpn. Then you go to your vpn's website and download their configuration files and put them in /etc/openvpn.


[1 Points] SensualCharisma:

root@amnesia:/home/amnesia# apt-get install openvpn resolvconf Reading package lists... Done Building dependency tree
Reading state information... Done E: Unable to locate package openvpn root@amnesia:/home/amnesia# C root@amnesia:/home/amnesia# C root@amnesia:/home/amnesia#