Proton VPN homepage
ProtonVPN

How to install Proton VPN on Fedora

Reading
4 mins
Category
Linux

In this article, we describe how to use the Proton VPN for Linux app on your Fedora system. Our app officially supports the latest stable Fedora version running the GNOME desktop environment.

Proton VPN on Fedora

Download the repository configuration and keys required to install the Proton VPN app. Enter:

1. Download the package. Enter:

wget "https://repo.protonvpn.com/fedora-$(cat /etc/fedora-release | cut -d' ' -f 3)-stable/protonvpn-stable-release/protonvpn-stable-release-1.0.2-1.noarch.rpm"

2. Install the Proton VPN repository containing the new app. Run:

sudo dnf install ./protonvpn-stable-release-1.0.2-1.noarch.rpm && sudo dnf check-update --refresh 

3. Run:

sudo dnf install proton-vpn-gnome-desktop 

As part of the install process, you’ll be asked to accept two GPG keys. To do this when promoted, tap y <enter>.

  • GPG key 0xF43719CA: Userid : “Proton Technologies AG <opensource@proton.me>” Fingerprint: 9E72 DFDF 2AF0 19F0 CCFC 68F3 8DD4 8989 F437 19CA
  • GPG key 0x67FCBBBB:: Userid : “Proton Technologies AG <opensource@proton.me>” Fingerprint: F200 18AD 1914 638B C3B4 85F7 413E 4BA3 67FC BBBB

System tray icon (optional)

System tray icon on Fedora

By default, the GNOME desktop doesn’t support tray icons. To enable this functionality:

1. Run:

sudo dnf install libappindicator-gtk3 gnome-shell-extension-appindicator gnome-extensions-app

2. Restart your computer.

3. Once you’ve done this, open the Extensions app and ensure that AppIndicator and KStatusNotifierItem Support is toggled on before opening the app.

Open the Extensions app and ensure that AppIndicator and KStatusNotifierItem Support is toggled on

A warning about using pip and PyPI

Notes

1. How to remove the official Linux app

To uninstall the new Linux app, open a terminal and enter:

sudo dnf remove proton-vpn-gnome-desktop protonvpn-stable-release

2. How to disable the kill switch after you have uninstalled the app

You can easily turn off the kill switch inside our Linux app, but this isn’t possible if you have already uninstalled it. In this case, you can remove the kill switch and restore access to the internet as follows:

a) Identify Proton VPN connection names by running the command:

nmcli connection show --active

This will show a list of 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 check that all Proton VPN connections have been removed:

nmcli connection show --active

If you see any Proton VPN connections left, delete them as described above.

3. Try out our beta Linux app

The beta 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 beta version and sharing your feedback, you can help us find and address bugs. 

If you already have the Linux app installed, to enable beta access, simply open the app and go to Settings and toggle the Beta access switch on.

Toggle beta access on

If you haven’t installed the Linux app yet, you can either install the app and then enable beta access (as above), or you can install the beta app directly by opening a terminal window and:

1. Download the beta package. Enter:

wget "https://repo.protonvpn.com/fedora-$(cat /etc/fedora-release | cut -d' ' -f 3)-unstable/protonvpn-beta-release/protonvpn-beta-release-1.0.2-1.noarch.rpm"

2. Install the Proton VPN beta repository containing the new app. Run:

sudo dnf install ./protonvpn-beta-release-1.0.2-1.noarch.rpm && sudo dnf check-update --refresh 

If you want to check the repo package integrity, you can check its checksum with the following command:

echo "53b3a4fbed075141eb5b1559642dde653bf6ea8b48ec5a20c2bd6bc79c1dca85 protonvpn-beta-release-1.0.2-1.noarch.rpm" | sha256sum --check -

3. Run:

sudo dnf install proton-vpn-gnome-desktop

As part of the install process, you’ll be asked to accept two GPG keys. To do this when promoted, tap y <enter>.

  • GPG key 0x30349F1C: Userid : “Proton Technologies AG <opensource@proton.me>”
  • Fingerprint: 84B0 D349 2C76 C9C6 F587 3C18 EDA3 E226 3034 9F1C
  • GPG key 0x67FCBBBB:: Userid : “Proton Technologies AG <opensource@proton.me>” Fingerprint: F200 18AD 1914 638B C3B4 85F7 413E 4BA3 67FC BBBB

How to remove the beta Linux app

To uninstall the new Linux app, open a terminal and enter:

sudo dnf remove proton-vpn-gnome-desktop protonvpn-beta-release