# Flatpaks Repository containing all packages build or repacked as flatpaks for easy install into fedora-silverbule or other atomic linux distributions ## Add repository Before we can do anything we need to add the flatpak repository on client PC so we can install and update apps ``` flatpak remote-add --if-not-exists --user flathub-user https://dl.flathub.org/flathub.flatpakrepo flatpak remote-add --if-not-exists --user angoosh https://flatpak.angoosh.com/angoosh.flatpakrepo ``` ## Install instructions ### From repository CLI: ``` flatpak install ``` GUI:
preferrably use `gnome-software` or KDE equivalent and simply search for the package ### From file ``` git clone https://gitea.farmdash.org/angoosh/Flatpaks.git cd flatpak install .flatpak ```