Skip to content

Instantly share code, notes, and snippets.

@deobald
Created January 12, 2026 03:52
Show Gist options
  • Select an option

  • Save deobald/404149bbb5cffd34f7118dc48c1c22ae to your computer and use it in GitHub Desktop.

Select an option

Save deobald/404149bbb5cffd34f7118dc48c1c22ae to your computer and use it in GitHub Desktop.
Fedora With Flathub
#!/usr/bin/env bash
# Be sure to enable "3rd party repositories" in Anaconda Installer, when you install Fedora
sudo flatpak remote-modify --prio=10 flathub
sudo flatpak remote-modify --prio=0 fedora
sudo flatpak remote-modify --no-enumerate fedora
gsettings set org.gnome.software packaging-format-preference "['flatpak', 'rpm']"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment