
Tuxedo OS Debian Testing version: Issues installing proton vpn
Hello, I am trying to install proton vpn following this guide: https://protonvpn.com/support/linux-vpn-debian-ubuntu .
Unfortunately, when I want to install the proton-vpn-gnome-desktop package, I am encountering this error:
sudo apt install proton-vpn-gnome-desktopSolving dependencies... Error! Some packages could not be installed. This may mean that you haverequested an impossible situation or if you are using the unstabledistribution that some required packages have not yet been createdor been moved out of Incoming.The following information may help to resolve the situation:
Unsatisfied dependencies:proton-vpn-gnome-desktop : Depends: proton-vpn-gtk-app but it is not going to be installedDepends: python3-proton-vpn-api-core (>= 4.14.0) but it is not going to be installedDepends: python3-proton-keyring-linux (>= 0.1.0) but it is not going to be installedDepends: proton-vpn-daemon but it is not going to be installedError: Unable to satisfy dependencies. Reached two conflicting assignments:
1. python3-proton-core:amd64=0.7.4 is selected for install because:1. proton-vpn-gnome-desktop:amd64=0.10.1 is selected for install2. proton-vpn-gnome-desktop:amd64=0.10.1 Depends python3-proton-vpn-api-core (>= 4.14.0)[selected python3-proton-vpn-api-core:amd64=5.5.11 for install]3. python3-proton-vpn-api-core:amd64=5.5.11 Depends python3-proton-core (>= 0.5.0)[selected python3-proton-vpn-api-core:amd64=5.5.11]For context, additional choices that could not be installed:* In proton-vpn-gnome-desktop:amd64=0.10.1 Depends python3-proton-vpn-api-core (>= 4.14.0):- python3-proton-vpn-api-core:amd64=5.5.6 is not selected for install- python3-proton-vpn-api-core:amd64=5.2.5-1 is not selected for install- python3-proton-vpn-api-core:amd64=5.2.5 is not selected for install- python3-proton-vpn-api-core:amd64=5.2.4 is not selected for install- python3-proton-vpn-api-core:amd64=5.2.3 is not selected for install- python3-proton-vpn-api-core:amd64=5.1.2 is not selected for install- python3-proton-vpn-api-core:amd64=5.0.1 is not selected for install- python3-proton-vpn-api-core:amd64=4.19.1 is not selected for install- python3-proton-vpn-api-core:amd64=4.18.0 is not selected for install- python3-proton-vpn-api-core:amd64=4.17.2 is not selected for install- python3-proton-vpn-api-core:amd64=4.16.0 is not selected for install- python3-proton-vpn-api-core:amd64=4.15.2 is not selected for install- python3-proton-vpn-api-core:amd64=4.14.3 is not selected for install- python3-proton-vpn-api-core:amd64=4.14.1 is not selected for install* In python3-proton-vpn-api-core:amd64=5.5.11 Depends python3-proton-core (>= 0.5.0):- python3-proton-core:amd64=0.7.3 is not selected for install- python3-proton-core:amd64=0.7.0-1 is not selected for install- python3-proton-core:amd64=0.7.0 is not selected for install
2. python3-proton-core:amd64=0.7.4 Depends python3-importlib-metadatabut none of the choices are installable:[no choices]
Is there any solution I can pursue here?
Quoting AI: This is a known breakage: your error bottoms out at python3-proton-core depending on python3-importlib-metadata, and that package was removed from Debian unstable in April 2026 and dropped from testing on April 11, 2026. Proton's repo still targets Debian stable, so on Debian Testing the chain is unsatisfiable until Proton drops that dependency.
Is there any obvious fix? Did anyone else encounter this issue? Or should I just wait for Proton to fix the .deb package?