Custom installation path
Two different option for a custom installation path.
-
Use the option
--user
when you install a flatpak packageflatpak install --user --from http://ftp.fau.de/tdf/libreoffice/flatpak/LibreOffice.flatpakref
-
Configure a custom path. This path could be on a different partition.
See description here [linux-flatpak-custom-path-2]
For a faster installation and to prevent errors create an alias:
fish alias alias myFlatpak="flatpak --installation=myFlatpaks install flathub" funcsave myFlatpak myFlatpak org.texstudio.TeXstudio
Resources
- https://github.com/flatpak/flatpak/issues/2337
- https://docs.flatpak.org/en/latest/tips-and-tricks.html#adding-a-custom-installation
Created: 22.10.2021