Our Linux app officially supports MX Linux 19. If you are using the community-developed version of our Linux app, please uninstall it before installing this app.
1. Our DEB package installs the Proton VPN repository on your system.
Download the Proton VPN DEB package
2. Install the Proton VPN repository
Double-click the downloaded DEB package to install the repo using your default package manager.
3. Update the apt-get package list
Open Terminal and run:
sudo apt-get update
4. Install the app
The final step is to enter this command:
sudo apt-get install protonvpn
Linux system tray icon
Our Linux app can show a system tray icon that stays active when you close the main Proton VPN window and allows you to easily Quick Connect or Disconnect.
To install the system tray icon, open Terminal and enter:
sudo apt install gnome-shell-extension-appindicator gir1.2-appindicator3-0.1
You might be asked to select your default displays manager. If you are unsure which it is, enter the following command into a new terminal window to find out:
grep '/usr/s\?bin' /etc/systemd/system/display-manager.service
Restart your system.
Once installed, simply log in with your Proton account credentials. If you do not yet have an account, you can sign up for a Free Proton VPN plan for Linux.
The Proton VPN Linux app is now ready to secure your internet browsing and allow you to access the internet without censorship blocks.
Learn how to use the Proton VPN Linux app
Notes
1. How to uninstall the official app
To uninstall the official app:
sudo apt-get autoremove protonvpn
Remove any leftover files:
rm -rf ~/.cache/protonvpn
And
rm -rf ~/.config/protonvpn
2. How to uninstall the old community Proton VPN app
The Proton VPN community app is no longer recommended and should be uninstalled before installing our new official app. To do this, open Terminal and enter:
protonvpn configure
Select option 7) Purge Configuration. Then uninstall through your usual package manager. If the package is installed system-wide, use the command:
sudo pip3 uninstall protonvpn-cli
If not, then use:
pip3 uninstall protonvpn-cli
3. How to disable Kill Switch if you have uninstalled the oficial app
You should disable Kill Switch before uninstalling our official app. Failure to do so may result in your system being unable to access the internet. To remove the Kill Switch after the app has been uninstalled:
a) Identify Proton VPN connection names by running the command:
nmcli connection show --active
This will display a list of all your system’s active connections.
b) Look for any connections with the pvpn- This usually includes pvpn-killswitch and pvpn-ipv6leak-protection, and may include pvpn-routed-killswitch. Delete all these connections using the following command:
nmcli connection delete [connection name]
For example:
nmcli connection delete pvpn-killswitch
c) Re-run the following command to verify that Proton VPN connections have been deleted:
nmcli connection show --active
If any Proton VPN connections remain, delete them as described above.
4. Required dependencies
Our Linux app needs one of the following dependencies installed in order to work. Installing both of these dependencies is not recommended as it may cause problems:
- KWallet or
- Gnome-keyring
Note that most distros come pre-installed with one of these dependencies, so usually, no additional configuration is required. Also required is:
- systemd
5. Try out the early release version of this app
The early access version of our Linux app gives you access to new features before they are released publicly, but it is still in development. By using the early access version and sharing your feedback, you can help us find and address bugs. If you would like to install the early access version instead of the stable release of this app, please see here.