ruffsl@programming.dev to Linux@programming.devEnglish · 1 day agoWhy Flatpak Won and Snap and AppImage Didn't. - Cameron Knauffyoutube.comvideomessage-square95fedilinkarrow-up1122arrow-down114
arrow-up1108arrow-down1videoWhy Flatpak Won and Snap and AppImage Didn't. - Cameron Knauffyoutube.comruffsl@programming.dev to Linux@programming.devEnglish · 1 day agomessage-square95fedilink
minus-squareSweetCriticalPumpkin@reddthat.comlinkfedilinkarrow-up5·16 hours agocool but isn’t the whole point of flatpaks to provide an alternative for when the “apt” version doesn’t exist?
minus-squareOnno (VK6FLAB)@lemmy.radiolinkfedilinkarrow-up1·13 hours agoI 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.
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.