I hope this works for you it did for me ....
How to set up a VPN on Zorin?
Go to NordVPN’s website ...... Download the Best Linux VPN | NordVPN ..... go almost to the bottom of the page and you can choose either 1 0r 2 as the downloads appear to be the same ..... I used # 2
Or just copy and paste the link below to start the download for the # 2 .deb file .....
If the above doesn’t work for you go to the website and download the file
-
Download the installer (nordvpn-release_1.0.0_all.deb).
-
Open Terminal and run the following command:
sudo dpkg -i ~/(path to file)/nordvpn-release_1.0.0_all.deb
- Replace /pathToFile/ with the location of the downloaded NordVPN installer (for example, if it’s in the Downloads folder, the command goes:
sudo dpkg -i ~/Downloads/nordvpn-release_1.0.0_all.deb
-
Enter your root password and wait for the installation to finish.
-
Update the package list:
sudo apt update && sudo apt upgrade
- Install the NordVPN app:
sudo apt install nordvpn (or sudo apt-get install nordvpn)
- Log in to your NordVPN account:
nordvpn login
- Connect to a NordVPN server:
nordvpn connect
Just in case you make a mistake and need to uninstall .....
Uninstall NordVPN From Linux
If you can’t uninstall NordVPN from Linux then just follow these two simple steps.
Open the terminal window.
- Enter the command by typing .....
sudo apt-get —purge remove nordvpn*
You can connect to a different country ... after sudo in the terminal type
nordvpn connect (japan ... taiwan ... usa etc ...)
To close Nord just type
nordvpn disconnect
If you restart or shut down you machine NordVPN automatically will close and you will have to reconnect ... by way of the terminal