You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have checked if others have suggested this already
I have checked this issue tracker to see if others have reported similar issues.
Feature description
Fedora Atomic Desktops are probably the future, they are very beginner friendly and simply work better, as they dont break. But here you have some problems as the dnf commands dont work. Easier would be to just use this command
curl https://repository.mullvad.net/rpm/stable/mullvad.repo | sudo tee /etc/yum.repos.d/mullvad.repo
and respectively for the unstable repo.
The dnf command for installation also does not apply here, so adding something like that would help:
install on Fedora:
sudo dnf install mullvad-vpn
on rpm-ostree based Fedora:
rpm-ostree install mullvad-vpn
it really is no big deal, but having the dnf-only explanation here makes it one. dnf automatically reads all repos, the config-manager thing is not needed.
Also Fedora and rpm-ostree Fedora are in practice the same, so you dont have to support another Distro or something. Apps are installed, dependencies resolved etc. the same. Just that installing local RPMs is more of a pain and should be avoided at all costs.
If users already have it installed though, here is how to fix it after adding the repo:
Thank you for these instructions on how to install on rpm-ostree based distributions. We might look into incorporating these in our install guide if we find them suitable for general consumption.
I have checked if others have suggested this already
Feature description
Fedora Atomic Desktops are probably the future, they are very beginner friendly and simply work better, as they dont break. But here you have some problems as the dnf commands dont work. Easier would be to just use this command
and respectively for the unstable repo.
The dnf command for installation also does not apply here, so adding something like that would help:
it really is no big deal, but having the dnf-only explanation here makes it one. dnf automatically reads all repos, the config-manager thing is not needed.
Also Fedora and rpm-ostree Fedora are in practice the same, so you dont have to support another Distro or something. Apps are installed, dependencies resolved etc. the same. Just that installing local RPMs is more of a pain and should be avoided at all costs.
If users already have it installed though, here is how to fix it after adding the repo:
thats it. the local RPM gets removed and the repo one with automatic updates installed.
Before with the local RPMs, people needed to do
which is luckily resolved now.
Alternative solutions
manual pain, figuring out how to replace the dnf command yourself.
Type of feature
Operating System
The text was updated successfully, but these errors were encountered: