On Fedora you have to option to install/enable the rpmfusion repo', there is a free and a nonfree one, its not nonfree as in a paid repo like RHEL where you need a license, but nonfree as in not completly free and opensource software. https://rpmfusion.org/
Free repo
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
Non free repo
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
And now you have to option to install a lot more software that might me usefull in day to day use of your PC
GLHF