Issue installing mullvad vpn on debian

I have an issue installing mullvad vpn on my debian templates or vms. It works perfectly fine when I install it on fedora, but when it comes to debian it just gets stuck on the last part;

Processing triggers for qubes-core-agent
Processing triggers for desktop-file-utils

Anyone know how to fix this?

I’m trying to install it on my debian and whonix vm

Could you describe more exactly what you are doing exactly to “install mullvad VPN”? On which Debian template?

1 Like

Ok. Well in terminal I run the command to download the signing key, then I add the repo server to apt, then install it… I’m trying to install it on my debian 13 xfcm and whonix workstation 18 templates

Pls help on this, I’ve been trying to figure it out for a few hours now and surely there’s just some simple fix I’m overlooking

cmds I’m running:

sudo curl -fsSLo /usr/share/keyrings/mullvad-keyring.asc https://repository.mullvad.net/deb/mullvad-keyring.asc
echo "deb [signed-by=/usr/share/keyrings/mullvad-keyring.asc arch=$(dpkg --print-architecture)] https://repository.mullvad.net/deb/stable stable main" | sudo tee /etc/apt/sources.list.d/mullvad.list

sudo apt update
sudo apt install mullvad-vpn

OK I fixed it on debian, just not really sure how to fix it on the whonix template… Pls help. And yes, I do want a vpn on whonix vm

How?

What’s the issue in whonix?

I think the issue might be that my time isn’t synced to my countries time on first boot… Might have to reinstall whonix.

Same issue above the processing qubes core agent