this post was submitted on 25 May 2026
91 points (95.0% liked)

Linux

13801 readers
309 users here now

A community for everything relating to the GNU/Linux operating system (except the memes!)

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
[–] vagrancyand@sh.itjust.works -5 points 2 days ago (4 children)

Why are people using flatpak again?

[–] otter@lemmy.ca 42 points 2 days ago* (last edited 2 days ago) (1 children)

They're somewhat sandboxed, likely to be up to date, and it behaves similarly across different machines. It's nice for GUI programs that don't need access to the wider system, and it won't mess with anything else that I already have installed. I guess it would have similar pros and cons as containerization with Podman/Docker?

I get the vast majority of my GUI programs from Flathub. I didn't know there was a controversy with it, other than just wanting a different way of doing things.

[–] Die4Ever@retrolemmy.com 31 points 2 days ago* (last edited 2 days ago)

Yea I love Flatpak. No dependency hell, works great in Discover, never need to pipe curl into bash for some huge installer script, it gives a little bit of safety with sandboxing, and you can even install/update without the admin password

I almost always favor it except for something more core to the system (web browser, Steam... that's about it lol)

[–] Mikina@programming.dev 12 points 2 days ago

I have an atomic distro, and it lets me install apps without having to reboot or spin up distrobox.

[–] Endymion_Mallorn@kbin.melroy.org 25 points 2 days ago (1 children)

Because it just works, and updates faster than apt.

[–] vagrancyand@sh.itjust.works 2 points 2 days ago (1 children)

Everything updates faster than apt, and AppImages just work if that's the standard we're going with.

[–] Die4Ever@retrolemmy.com 12 points 2 days ago* (last edited 2 days ago) (1 children)

I don't hate AppImages, but they're not as convenient as Flatpak

[–] Auth@lemmy.world 1 points 2 days ago (2 children)

How? I dont think its possible to be more convenient than an AppImage.

[–] Die4Ever@retrolemmy.com 8 points 2 days ago* (last edited 2 days ago)

AppImages don't go in Discover with all my other programs. They don't auto update, no review system, no way to cleanup the files they created when uninstalling, I have to manually add shortcuts to my app launcher. Also Flatseal is pretty cool.

I've tried Gear Lever, but in my experience it hasn't ever succeeded in updating an AppImage for me. And it's kind of awkward giving it an AppImage file so it can move the file, instead of the download and the installation being the same single action.

One thing a lot of people don't know about Flatpak is that you can get .flatpakref files like Kdenlive uses for their daily builds. Very cool!

https://cdn.kde.org/flatpak/kdenlive-nightly/org.kde.kdenlive.flatpakref

https://kdenlive.org/download/

[–] pressanykeynow@lemmy.world 5 points 2 days ago (2 children)

How do you know an update has been released? How do you upgrade it?

[–] Lumisal@lemmy.world 1 points 2 days ago (1 children)
[–] pressanykeynow@lemmy.world 4 points 2 days ago (1 children)

That's interesting, so it requires flatpak to install, but why would you when you already use flatpak?

[–] Lumisal@lemmy.world 1 points 2 days ago (1 children)
[–] pressanykeynow@lemmy.world 1 points 2 days ago (1 children)

For when the devs provide app image but not flatpak or are app images somehow better?

[–] Lumisal@lemmy.world 1 points 2 days ago

That or if you're running an immutable distro like Bazzite and there's an app image available because it's easier than setting up OS-tree layering etc.

Or you just want an easy way to update app images lol

[–] dreamy@quokk.au 1 points 2 days ago

Use AppImageLauncher or Gear Lever.

[–] panda_abyss@lemmy.ca 18 points 2 days ago* (last edited 2 days ago) (1 children)

Because at least with flatpak I don’t end up with app files littering my system and personal folders.

macOS’s application format used to be the best. It’s kind of a mess now with half of apps following xdg, some writing to the app folder, some application support and some iCloud Drive.

But it used to be good.

[–] wilmo@programming.dev 4 points 2 days ago

A clean home directory is the best selling point for me with flatpaks