Confused about repositories

I have two sets of commands which I am confused about in terms of what they do:

Command 1:
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

Command 2:
sudo dnf install fedora-workstation-repositories

1 Like
4 Likes