this post was submitted on 12 Mar 2026
132 points (91.2% liked)

Linux

12778 readers
1017 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
[–] the16bitgamer@programming.dev 46 points 2 days ago* (last edited 2 days ago) (2 children)

I use flatpak and app images for different uses.

App images are like portable exe files for onetime use apps. Like Rufus

Flatpaks are like installable exes from the devs website. Used for apps I want to used and use again on my machine.

[–] jimmy90@lemmy.world 1 points 15 hours ago (1 children)

i dont believe a single person in this post

[–] the16bitgamer@programming.dev 2 points 14 hours ago
[–] Kirk@startrek.website 21 points 2 days ago (1 children)

Yeah Flatpacks aren't really "competing" with Appimages the way they are with Snaps.

[–] lengau@midwest.social 2 points 1 day ago (1 children)

Flatpaks are only "competing" with a small portion of what snaps do.

[–] Kirk@startrek.website 3 points 1 day ago (1 children)

Oh ok I didn't realize that. I've personally never encountered a situation where I needed a Snap because a Flatpak lacked functionality.

[–] lengau@midwest.social 4 points 1 day ago

Snaps are more comparable to nix, really. They can provide system services and even your kernel. Flatpaks and AppImages are only really about distributing desktop apps, but the rest of the system still needs to be provided another way.