Unable to enable fedora-cisco-openh264 on F41

Hi folks,

Did anyone faced this issue when configuring rpmfusion?

can you show dnf repolist --all

here it is-

With dnf5 the command is somewhat different. It should be:

sudo dnf config-manager setopt fedora-cisco-openh264.enabled=1
3 Likes

Thanks! it worked. Could also help me modifying the command for adding Brave repo.

sudo dnf install dnf-plugins-core

sudo dnf config-manager --add-repo https://brave-browser-rpm-release.s3.brave.com/brave-browser.repo

sudo rpm --import https://brave-browser-rpm-release.s3.brave.com/brave-core.asc

sudo dnf install brave-browser

sudo dnf config-manager addrepo --id=brave-browser --set=name='Brave Browser' --set=baseurl='https://brave-browser-rpm-release.s3.brave.com/$basearch'

lots of providers havent updated there info for dnf5 yet so just need to figure things out and wait

1 Like

Thank you :grinning: