Skip to content

Instantly share code, notes, and snippets.

@givensuman
Created April 29, 2025 15:12
Show Gist options
  • Save givensuman/df94d162a1ccbdd2a81ad44ca6dfb817 to your computer and use it in GitHub Desktop.
Save givensuman/df94d162a1ccbdd2a81ad44ca6dfb817 to your computer and use it in GitHub Desktop.
Fedora Atomic COSMIC Missing Repositories
# Enable third-party repositories
rpm-ostree 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
systemctl reboot
# Apply third-party repositories
rpm-ostree update \
--uninstall rpmfusion-free-release \
--uninstall rpmfusion-nonfree-release \
--install rpmfusion-free-release \
--install rpmfusion-nonfree-release
systemctl reboot
# Add Fedora Flatpak repositories
flatpak remote-add --if-not-exists fedora oci+https://registry.fedoraproject.org
# Add Flathub Flatpak repositories
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment