this post was submitted on 12 Jan 2024
297 points (81.4% liked)

linuxmemes

20463 readers
395 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 102 points 7 months ago (3 children)

Flatpak is good for diversity. Users don't need to worry about whether the obscure distro they want to use has the software they want in its repos. If a distro supports flatpak it will work with most popular software out of the box.

[–] [email protected] 34 points 7 months ago (1 children)

Plus, developers can create their own repositories that can then be used on any distro.

[–] taladar 2 points 7 months ago (2 children)

Developers are exceptionally bad at packaging software though.

[–] [email protected] 1 points 7 months ago (1 children)

Still better than developers providing .tar.gz files or hosting an apt repo.

[–] taladar 2 points 7 months ago

Depends, at least with the APT repo there is a chance they used lintian to avoid the worst mistakes.

[–] [email protected] 0 points 6 months ago

So having 1 packaging format that works across distros is good.

[–] [email protected] 7 points 7 months ago

Having run PostmarketOS on an old Samsung Galaxy tablet and now Arch on PineTab 2, Flatpak often works better than the native package manager. Especially with Wayland, many packages just work including touchscreen.

[–] [email protected] 4 points 7 months ago

I may be misunderstanding flatpack, though I do understand the draw of all dependencies in one package.

One of the big things that drew me to linux some years ago was "oh, you don't have to reinstall every dependency 101 times in a packaged exe so the system stays much smaller?" As well as in-place updates without a restart. It resulted in things being much much less bloated, or maybe that was just placebo.

Linux seems to be going in the flatpack direction which seems to just be turning it into a windows-like system. That and nix-like systems where everything is containerized and restarting is the only thing that applies updates seems to be negating those two big benefits.