this post was submitted on 22 May 2025
53 points (94.9% liked)

Linux

7409 readers
369 users here now

A community for everything relating to the GNU/Linux operating system

Also check out:

Original icon base courtesy of lewing@isc.tamu.edu and The GIMP

founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] 5714@lemmy.dbzer0.com 1 points 1 day ago (5 children)

How long do you think until Flatpak is replacing packages? I really don't like the current stultifying trend of the combination of Flatpak and immutability.

[–] FizzyOrange@programming.dev 1 points 3 hours ago

I don't think it works well enough yet.

[–] LeFantome@programming.dev 5 points 1 day ago

I do not want Flatpak to replace distro packages.

I use both pacman and apk and they are both far better package managers than Flatpak is. Apk 3 is awesome. And I do not want sandboxes for native packages.

The role of Flatpak is as a distribution method for app developers to target Linux as a platform with a single build. It is a place to get things that may not be in my distro repos. It can be a method for commercial distribution. It is the cure for the “fragmentation” problem that makes it difficult to develop software for Linux.

I hate snaps but snaps could actually be used to replace packages. You could distribute GCC as a snap. In its current form, Flatpak is only targeting GUI applications

[–] possiblylinux127@lemmy.zip 2 points 1 day ago

It isn't replacing packages. App developers are simply spending there time where it matters.

If a distro wants to package something they can still do it.

[–] uawarebrah@sh.itjust.works 10 points 1 day ago (1 children)
[–] vrighter@discuss.tchncs.de 2 points 1 day ago (2 children)

not op but here's my reasons: I want my apps to be able to talk to each other. So flatpak is just in the way. Also, I don't see the point of immutable distros. I could boot off of btrfs snapshots years ago. Immutability gives me absolutely nothing of value either

[–] uawarebrah@sh.itjust.works 4 points 1 day ago (2 children)

It hugely improves privacy and security

[–] vrighter@discuss.tchncs.de 1 points 15 hours ago

no, it doesn't. Stuff doesn't have write access to / anyway. Immutability just means that I don't have write access either. Which makes no sene to me.

[–] possiblylinux127@lemmy.zip 2 points 1 day ago

How so?

The benefit is easy roll backs and roll forwards. The system is the same from a security perspective.

[–] HayadSont@discuss.online 7 points 1 day ago (1 children)

I want my apps to be able to talk to each other. So flatpak is just in the way.

This is (at least somewhat of) a legit concern. But is mostly directed towards Flatpak's limitations in its current implementation.

Also, I don’t see the point of immutable distros. I could boot off of btrfs snapshots years ago. Immutability gives me absolutely nothing of value either

Have you ever wondered why openSUSE started working on (what would eventually become) Aeon while they had previously pioneered the BTRFS + Snapper workflow with Tumbleweed? I believe you may find the point of immutable distros in there 😉.

[–] nico198x@europe.pub 3 points 1 day ago

I dig immutability for servers, grandma, and productivity laptops.

I think it fills a nice niche in the Linux ecosystem, even if I still prefer my custom prime desktop.

[–] PolarKraken@programming.dev 3 points 1 day ago

As someone new to both, I'm commenting to hear your answer to the other person's "why?" :)