Link Search Menu Expand Document

Custom installation path

Two different option for a custom installation path.

  1. Use the option --user when you install a flatpak package

     flatpak install --user --from http://ftp.fau.de/tdf/libreoffice/flatpak/LibreOffice.flatpakref
    
  2. 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


Created: 22.10.2021