this post was submitted on 12 Jan 2024
294 points (81.3% liked)

linuxmemes

21162 readers
1355 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack members of the community for any reason.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn. Even if you watch it on a Linux machine.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.

  • 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 9 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 9 months ago (1 children)

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

    [–] [email protected] 2 points 9 months ago (2 children)

    Developers are exceptionally bad at packaging software though.

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

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

    [–] [email protected] 2 points 9 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 8 months ago

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

    [–] [email protected] 7 points 9 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 9 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.