How To Install Proton VPN On Ubuntu 24.04 LTS
If you are looking for the installation guide for the Proton VPN on Ubuntu then this blog post is for you. Proton VPN is available for the latest stable Ubuntu LTS version running the GNOME desktop.
How To Install Proton VPN On Ubuntu 24.04 LTS
Go through the following steps to install Proton VPN on Ubuntu 24.04 LTS.
Run the following command to download the repository configuration and keys required to install the Proton VPN app:
wget https://repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_1.0.4_all.deb
Now run the following command to install the Proton VPN repository:
sudo dpkg -i ./protonvpn-stable-release_1.0.4_all.deb && sudo apt update
Just in case run the following command If you’re running the old (v3) Proton VPN app or CLI (stable or beta versions):
sudo apt update && sudo apt upgrade
Now it’s time to install proton by running the following command. This command is for you if you don’t have Proton VPN installed in Ubuntu 24.04 LTS.
sudo apt install proton-vpn-gnome-desktop
Now, before starting Proton VPN, run the following command to check for updates and ensure that you’re running the latest version of the app:
sudo apt update && sudo apt upgrade
How To Remove Proton VPN From Ubuntu 24.04 LTS
Meanwhile, if you want to remove the ProtonVPN from Ubuntu then run the following command:
sudo apt-get autoremove protonvpn