Help! no rpm fusion configure files in /etc/yum.repos.d/ after rpm fusion installed

I installed rpm fusion using command line instructed at Configuration - RPM Fusion,
and the terminal output is as follow:

Package rpmfusion-free-release-32-1.noarch is already installed.
Package rpmfusion-nonfree-release-32-1.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!

But I can’t find the configure files in /etc/yum.repos.d/
what’s in /etc/yum.repos.d/ is as follow:
fedora-cisco-openh264.repo fedora-updates.repo
fedora-modular.repo fedora-updates-testing-modular.repo
fedora.repo fedora-updates-testing.repo
fedora-updates-modular.repo

Hello @kangqi and welcome to the community. Please have a look to the #start-here category when you have the time.

Retry with the command line, but using reinstall instead of install

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

1 Like

It worked, thank you, you are brilliant.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.