Can't install anythings thought rpm-ostree because of rpm-fusion mirrors

as the title said I can't search , install or doing anything on rpm-ostree as on the image I tried to reinstall the rpmfusion and it still can not works
1758948952316.png
Solution
nevermind that I successfully using it in arch distrobox but for some dude still want to use it , the rpm-fusion just give me the bad mirrors so the things to do here is edit the /etc/yum.repos.d/rpmfusion-nonfree.repo and /etc/yum.repos.d/rpmfusion-free.repo
remove all of the # on the baseurl=... and put that # on the metalink=...
then run
sudo rpm-ostree cleanup -m
sudo rpm-ostree refresh-md --force 

and idk if it a bad things or not but it just works anyways
Was this page helpful?