While I certainly like my Linux laptop, a HP OmniBook Ultra Flip, one problem I had with Fedora 44 is an extremely unreliable keyboard after resuming. Running Rocky Linux on my servers, I installed it on my OmniBook also.
So how do you install codecs on Rocky Linux 10.
First, install RPM Fusion. The instructions are on their website.
Next, enable CRB:
sudo dnf config-manager --enable crb
Now, install the codecs via dnf:
sudo dnf groupupdate core
sudo dnf groupupdate multimedia --setop="install_weak_deps=False" --exclude=PackageKit-gstreamer-plugin
sudo dnf groupupdate sound-and-video
After that, the codecs should work on Firefox:

Leave a Reply