Skip to content

Instantly share code, notes, and snippets.

@santisbon
Last active September 1, 2024 23:31
Show Gist options
  • Save santisbon/812cf66ad20380a70cad9bd1bdbe4408 to your computer and use it in GitHub Desktop.
Save santisbon/812cf66ad20380a70cad9bd1bdbe4408 to your computer and use it in GitHub Desktop.
Fedora
sudo dnf up[grade]
# View repo list
dnf -v repolist --enabled [| grep Repo-baseurl]
# RPM Fusion repos (free and non-free)
sudo dnf install 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
# On Fedora, we default to use the openh264 library, so you need the repository to be explicitely enabled
sudo dnf config-manager --enable fedora-cisco-openh264
# reboot
# amd64 only
sudo dnf install steam
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment