It seems like the various *buntu flavors have taken some heat over Canonical's embracing of Snap as its main installer (see video at end). As far as I can tell, everything I've installed via Snap runs okay. (You can list all your Snap installs on the command line with: list snap.) Some pundits sing the praises of Flatpak, but I have had at least a few problems with that technology. In at least one Flatpak install, the app didn't inherit my Kubuntu's look and feel settings. It did its own thing. It's a long story, but I have two LibreOffice installs, neither of which is the distro's original install. I had some problems with the original, and so I purged it and then reinstalled via the command line. I also have a Flatpak install of LO. I use the Flatpak one for my daily work-from-home job, and the command line one for everything else. I do notice that the Flatpak one runs more slowly.
That's the complaint by the guy in the video. He claims that all the Snap installs run slower than they should. If Snap really is so terrible, I could conceivably just get rid of it and stay with Kubuntu. I could uninstall every Snap-based install and reinstall via other means, and then uninstall Snap itself. Would it actually be worth it, however? To me it doesn't seem that Flatpak installs perform any better. Am I wrong? It's also possible to avoid both Snap and Flatpak, but that would place big limitations on your system. In some cases, Flatpak may be the only way to install something.
Some users have Snap-purged their *buntu; others have even switched distros. Do they have a point? Or is the Snap-bashing over-hyped?
I do notice that my system takes way longer to boot up than I would prefer, but up until now I've considered it a hardware problem, and that I should finally get on board with a solid state drive.
Thoughts?
https://youtu.be/pMfqCzbSmQU
Notes:
You can list all your Snap installs on the command line like this:
snap list
All the Flatpak ones can be listed like this:
flatpak list --app
Finally, list all the Apt installs like this:
apt list --installed
That's the complaint by the guy in the video. He claims that all the Snap installs run slower than they should. If Snap really is so terrible, I could conceivably just get rid of it and stay with Kubuntu. I could uninstall every Snap-based install and reinstall via other means, and then uninstall Snap itself. Would it actually be worth it, however? To me it doesn't seem that Flatpak installs perform any better. Am I wrong? It's also possible to avoid both Snap and Flatpak, but that would place big limitations on your system. In some cases, Flatpak may be the only way to install something.
Some users have Snap-purged their *buntu; others have even switched distros. Do they have a point? Or is the Snap-bashing over-hyped?
I do notice that my system takes way longer to boot up than I would prefer, but up until now I've considered it a hardware problem, and that I should finally get on board with a solid state drive.
Thoughts?
https://youtu.be/pMfqCzbSmQU
Notes:
You can list all your Snap installs on the command line like this:
snap list
All the Flatpak ones can be listed like this:
flatpak list --app
Finally, list all the Apt installs like this:
apt list --installed
Comment