• Onno (VK6FLAB)@lemmy.radio
    link
    fedilink
    arrow-up
    5
    ·
    24 hours ago

    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

      • Onno (VK6FLAB)@lemmy.radio
        link
        fedilink
        arrow-up
        1
        ·
        19 hours 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.