you are viewing a single comment's thread
view the rest of the comments
[–] 6 points 6 months ago (2 children)

I use Docker and apt instead. The definition of an application lives in a single text file and you don't give it anymore resources or permissions than it needs.

So much so, that I wrote a bunch of scripts to make life easier, without ever needing to go anywhere near appimage, flatpak or snap.

https://github.com/ITmaze/remote-docker

  • source
  • hideshow 2 child comments
  • [–] 6 points 6 months ago (1 child)

    cool but isn't the whole point of flatpaks to provide an alternative for when the "apt" version doesn't exist?

  • source
  • parent
  • hideshow 1 child comment
  • [–] 1 point 6 months ago

    I use apt, but you don't have to, instead you can use any package manager from any distribution and use that distribution within the container.

    If an application isn't packaged, you can use the same mechanism to compile from source.

    IMHO, if it's not packaged and you can't compile from source, it's time to look for a different application.

  • source
  • parent