Comment on snap rant
ssm@lemmy.sdf.org 2 months ago
Should I just give up on snaps and use Flatpack or Appimage?
Use your system’s native package manager and repository unless you have a really good reason not to. Really good reasons include:
- Proprietary software that can experience library incompatibility and should be used inside a runtime
- You’re using something like Alpine Linux that uses musl libc and you want to install software that depends on glibc
- The software isn’t ported to your distribution (though the better solution would be to just write a package yourself)
jrgd@lemm.ee 2 months ago
Some additional reasons:
Flatpak specific:
seaQueue@lemmy.world 2 months ago
Flatpak is a great choice for Steam in particular. The native install requires a full 32bit multilib install from your distros package repo, flatpak steam boxes all of that up on its own.