I have manually installed mullvad vpn following theste steps:
Steps to Install Mullvad VPN on Fedora SecureBlue (GNOME)
- Add the Mullvad Repository
Download the repository file:
curl -fsSL https://repository.mullvad.net/rpm/stable/mullvad.repo -o ~/Downloads/mullvad.repo
Move it to the system’s repository directory:
run0 cp ~/Downloads/mullvad.repo /etc/yum.repos.d/
- Install the Mullvad VPN Package
Layer the mullvad-vpn package:
rpm-ostree install mullvad-vpn
Reboot to apply the changes:
bash
Ajuste
Copiar
systemctl reboot
4. Enable and Start the Mullvad Daemon
SecureBlue’s systemd hardening might prevent the daemon from starting automatically:
Enable and start it manually:
bash
Ajuste
Copiar
sudo systemctl enable --now mullvad-daemon
Check its status:
systemctl status mullvad-daemon
- Install Missing Dependencies
SecureBlue might not include libappindicator-gtk3 (needed for the tray icon) by default:
Layer it:
sudo rpm-ostree install libappindicator-gtk3
Reboot again:
systemctl reboot