I used Ubuntu a few years ago and remember that for installing almost any software, my go to was to just put
Code: Select all
sudo apt-get install *software*
What advantage do flatpak and snap bring to the table compared to a PPA?
Code: Select all
sudo apt-get install *software*
I might be confusing them. I just associated installing things with apt from a repository with PPAs, the correct term probably would have been repository that apt can use to install software.Shamak wrote: 2025-01-20 05:13 I suspect that tengu is confusing ppa's with the official Ubuntu repositories (deb packages). For example, Thunderbird is no longer available through the Ubuntu repositories on 24.04. It's now a snap package. In fact, Thunderbird is available through a ppa on Ubuntu. Not to be used on Debian.
https://launchpad.net/~mozillateam/+archive/ubuntu/ppa
Here's an Ubuntu page where they talk a bit about debs versus snaps.
https://ubuntu.com/about/packages
Here's a page on ppa's.
https://help.ubuntu.com/lts/ubuntu-help ... pa.html.en
Mind you, these are Ubuntu viewpoints. Not everyone agrees with them but it might help explain why Ubuntu is promoting snaps.
I would much rather install a .deb package than bloat up my system with foreign package managers.tengu wrote: 2025-01-20 21:57 I assume installing deb packages from the internet is considered "Less safe ways to install software not available in Debian Stable", based on the article about packages. I really should make the time to read more of the documentation than how to get the system running, but unfortunately, time doesn't grow on trees
Or the post itself is a well concealed troll to garner support for snaps.Shamak wrote: 2025-01-20 05:13 I suspect that tengu is confusing ppa's with the official Ubuntu repositories (deb packages).
I fail to see how that would work, as I do criticize snaps in my next post.kent_dorfman766 wrote: 2025-01-21 02:12Or the post itself is a well concealed troll to garner support for snaps.Shamak wrote: 2025-01-20 05:13 I suspect that tengu is confusing ppa's with the official Ubuntu repositories (deb packages).
The advantage of these, despite the other problems they bring is the ability to run anything on any distro. They are not required to match the distro's libraries. Current package managers require everything to built to system libraries. This is a great thing but snaps and flatpaks make it so rather than having everyone package their own version you have one package that everyone can use that will perform exactly the same everywhere.What advantage do flatpak and snap bring to the table compared to a PPA?