this post was submitted on 10 Nov 2025
40 points (97.6% liked)

Linux Questions

2855 readers
1 users here now

Linux questions Rules (in addition of the Lemmy.zip rules)

Tips for giving and receiving help

Any rule violations will result in disciplinary actions

founded 2 years ago
MODERATORS
 

I was reading a bit about it recently, seems like there two positions are valid, curious to see what people here think.

you are viewing a single comment's thread
view the rest of the comments
[–] sga@piefed.social 4 points 1 week ago (1 children)

I recently wrote about this in my setup post (which is not yet complete) so for a more detailed answer - https://sga.codeberg.page/setup.html#loc-13

and for a summary - space usage is one of the reasons for me not using it, but there are more reasons. and many of these can be solved if flatpak uses some for of compression (squashfs/dwarfs) and smartly mount the required flatpak archives. This is one the best things that snap does, but they do many things wrong the other way.

[–] Samueru_sama@programming.dev 2 points 1 week ago (1 children)

but problem with appimages is that there are no repositories

and they rely on older fuse implementation.

Recently I have been using language specific package managers more - cargo (and cargo binstall) to get most of rust stuff. And since I like new stuff, I happen to have quiet a few (~20) packages from it. binstall allows to fetch binary releases. Only major problem with it is that cargo has limitations in it’s pacakaging, and effectively only /bin parts of package is installed

[–] sga@piefed.social 1 points 1 week ago

I am using soar now for appimages and some other binary packages (go and rust) (recently got like 10 packages from it, and will update my page too), but if a package is on cargo, and soar, I prefer the cargo one (no strong reason for it).