If you have to choose between using an App Image, from the developpers official site or an AUR package (or apt e.g), what do you choose?

  • NorbiPeti@lemmy.norbipeti.eu
    link
    fedilink
    arrow-up
    3
    arrow-down
    1
    ·
    edit-2
    1 day ago

    I usually go Flatpak > system package (rpm) > AppImage > direct download. But it also depends on what I need.

    • Flatpak usually gives the latest version and is nicely integrated with everything.
    • System packages are usually outdated but use less disk space.
    • I only use AppImages if that’s the only way I can get the version I need. I also have it integrated with appimaged.
    • Directly downloading a tar.gz or similar I try to avoid as much as possible because it isn’t integrated with anything.