Created
September 17, 2023 13:15
-
-
Save mbledkowski/61e614b51be5ac2eba893655517d40dd to your computer and use it in GitHub Desktop.
Flatpak 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
#AppCenter (ElementaryOS) | |
flatpak remote-add --if-not-exists --system appcenter https://flatpak.elementary.io/repo.flatpakrepo | |
#FEDora (glowies incoming!) | |
flatpak remote-add --if-not-exists fedora oci+https://registry.fedoraproject.org | |
#RHEL | |
flatpak remote-add rhel https://flatpaks.redhat.io/rhel.flatpakrepo | |
podman login registry.redhat.io # Login with your redhat cridentials (account registration is free) | |
#Know about any other stable flatpak repositories? Let me know in the comments down below! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment