Files
Flatpaks/README.md

28 lines
807 B
Markdown

# 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 <package>
```
GUI:<br>
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 <your_desired_package>
flatpak install <package>.flatpak
```