Problem installing Repository "rpmfusion-free-release-tainted" in fedora minimal template

Hi,
I am not able to install rpmfusion-free-release-tainted so I am unable to install vlc and libdvdcss. Xterm says something in the line of Curl error (37): couldnt read a file:// file for file:///etc/pki/rpm-gpg/RPM-GPG-KEY-rpmfusion-free-fedora-36

I followed the steps here:

Seems to have something to do with gpg-Keys?!?
Please give me a hint
Thanks
M

1 Like
$ sudo dnf install rpmfusion-free-release-tainted
$ sudo dnf install rpmfusion-nonfree-release-tainted

https://rpmfusion.org/

https://ftp.icm.edu.pl/pub/Linux/dist/rpmfusion/free/fedora/tainted/36/x86_64/l/

that is exactly what i tried and that gave me the above error which seems to have something to do with gpg
packages are found and I am asked if I want to download. Then download works and packages are stored in cache BUT not installed.

Did you follow instructions from the links I posted above? It’s all there

$ sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
$ sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm

?
https://rpmfusion.org/Configuration
https://rpmfusion.org/keys

1 Like

enmus, thank you for pointing out more clearly

This was missing:
sudo dnf install distribution-gpg-keys
sudo rpmkeys --import /usr/share/distribution-gpg-keys/rpmfusion/RPM-GPG-KEY-rpmfusion-free-fedora-36

1 Like