

- PRITUNL INSTALL UBUNTU 20.04 HOW TO
- PRITUNL INSTALL UBUNTU 20.04 UPDATE
- PRITUNL INSTALL UBUNTU 20.04 SOFTWARE
- PRITUNL INSTALL UBUNTU 20.04 DOWNLOAD
To remove the repository graphically, launch the ‘ Software & Updates‘ tool as shown.Ĭlick on the ‘ Other Software’ tab and then select the PPA to be removed. You can achieve this graphically the ‘ Software & Updates’ tool or running commands on the terminal. To clear the error, you need to remove the troublesome repository.

Having known what causes the error, let’s now see how you can fix your system.
PRITUNL INSTALL UBUNTU 20.04 HOW TO
How to Fix ‘Repository does not have a release file’ error This error prevents you from updating, upgrading and even installing software packages. This yielded the error shown in the snippet below. $ sudo add-apt-repository ppa:ubuntudde-dev/stable The ‘Repository does not have a release file’ error essentially tells you that the repository that you have just added is not available for your Ubuntu version.įor example, I tried to install Deepin desktop environment on Ubuntu 18.04 using the PPA below which should be used on Ubuntu 20.04 also known as Focal Fossa. Now that you have your Pritunl VPN server up and running, Jack Wallen shows you how to connect the client.Before we address this issue, it’s prudent that we first understand what this error means. In a recent how-to ( How to install the Pritunl VPN server on Ubuntu Server 20.04), I walked you through the process of installing the Pritunl VPN server on Ubuntu 20.04. This time around, we’re going to install the Pritunl client on Ubuntu Desktop 21.04 and connect it to the server. Of course, you can also install the client on macOS and Windows, and the connection process is the same on all platforms. SEE: Security incident response policy (TechRepublic Premium) What you’ll needįirst off, you must have the Pritunl VPN server up and running, so make sure you go through the steps in the article listed above.īut since Linux is my go-to operating system, I’ll be demonstrating the steps on that OS.

You’ll also need a client machine (in this case Ubuntu Desktop 21.04), which can be running Linux, macOS, or Windows. For the Linux installation, you’ll also need a user with sudo privileges.
PRITUNL INSTALL UBUNTU 20.04 DOWNLOAD
Once the key is installed, add the repository with the command: Open a terminal window and download the necessary GPG keys with the command: We’ll be using the electron version of the Pritunl client.

Sudo nano /etc/apt//pritunl.listĪlthough we’re working with 21.04, Pritunl doesn’t yet have a repository for the release. Fortunately, the client released for 20.04 works just fine. Sudo apt-get install pritunl-client-electron -y How to download your Pritunl fingerprintīefore you can connect the client, you must first download your Pritunl finger. Once you’ve saved the profile to your desktop, extract it with the command: To do that, log into the Pritunl server web interface, go to Users, and then click the download button for your user ( Figure A).įigure A To download your user profile, click the downward-pointing arrow. You should now see a new file ending with the. Open the Pritunl client and click Import Profile ( Figure B).įigure B The Pritunl client is a no-frills, user-friendly tool for connecting to the server. You should now see the name of the profile listed. On that profile, click the Hamburger menu and select Connect ( Figure C).įigure C Connecting to the Pritunl server from the client. You will be prompted for the PIN you created for your profile on the server. Once the connection is made, your profile will be listed as Online ( Figure D).įigure D Our client has successfully connected to the server.Ĭongratulations, you are now connected to the Pritunl VPN server. Subscribe to TechRepublic’s How To Make Tech Work on YouTube for all the latest tech advice for business pros from Jack Wallen.Echo "deb $(lsb_release -sc) main" > /etc/apt//pritunl.list When you’ve finished, click the Hamburger menu and select Disconnect.
PRITUNL INSTALL UBUNTU 20.04 UPDATE
Run system update apt update Install Pritunl VPN client on Debian/Ubuntu Install Pritunl repository on Ubuntu/Debian apt install apt-transport-https dirmngr apt-key adv -keyserver hkp:// -recv 7568D9BB55FF9E5287D586017AE645C0CF8E292A Pritunl profile how to# On desktop systems, you can install pritunl-client-electron VPN client package apt install pritunl-client-electron Once the repos are in place, run the command below to install Pritunl VPN client on Debian/Ubuntu.
