Created
April 29, 2025 15:12
-
-
Save givensuman/df94d162a1ccbdd2a81ad44ca6dfb817 to your computer and use it in GitHub Desktop.
Fedora Atomic COSMIC Missing Repositories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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