1. Download the repository configuration and keys required to install the Proton VPN app. Enter:
wget https://repo.protonvpn.com/debian/dists/stable/main/binary-all/protonvpn-stable-release_1.0.6_all.deb
2. Install the Proton VPN repository containing the new app. Enter:
sudo dpkg -i ./protonvpn-stable-release_1.0.6_all.deb && sudo apt update
Please don’t try to check the GPG signature of this release package (dpkg-sig –verify). Our internal release process is split into several part and the release package is signed with a GPG key, and the repo is signed with another GPG key. So the keys don’t match.
If you want to check the repo package integrity, you can check its checksum with the following command:
echo "e5e03976d0980bafdf07da2f71b14fbc883c091e72b16772199742c98473002f protonvpn-stable-release_1.0.6_all.deb" | sha256sum --check -
3. Run:
sudo apt install proton-vpn-gnome-desktop
评论