Auf YouTube findest du die angesagtesten Videos und Tracks. Außerdem kannst du eigene Inhalte hochladen und mit Freunden oder gleich der ganzen Welt teilen.
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.
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
cool but isn’t the whole point of flatpaks to provide an alternative for when the “apt” version doesn’t exist?
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.