this post was submitted on 04 Mar 2024
214 points (80.6% liked)

Linux

45595 readers
645 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

Appimages totally suck, because many developers think they were a real packaging format and support them exclusively.

Their use case is tiny, and in 99% of cases Flatpak is just better.

I could not find a single post or article about all the problems they have, so I wrote this.

This is not about shaming open source contributors. But Appimages are obviously broken, pretty badly maintained, while organizations/companies like Balena, Nextcloud etc. don't seem to get that.

you are viewing a single comment's thread
view the rest of the comments
[–] iopq@lemmy.world 11 points 4 months ago (1 children)

Great, now tell me why your appimage is complaining about not having some .so file on my system

[–] avidamoeba@lemmy.ca 26 points 4 months ago (1 children)

The developer made extra low effort and missed a lib. 😅

[–] iopq@lemmy.world 2 points 4 months ago (1 children)

No, the problem is more subtle, the developer assumed I have the same libs in the same locations as a mainstream distro like Ubuntu, but I do not

I actually have several versions of each library in different hashed folders (my distro does this) and I just steam-run normal Linux executables

Except I can't do that when using this appimage thing so it doesn't directly work on my system

[–] avidamoeba@lemmy.ca 4 points 4 months ago* (last edited 4 months ago)

Well, theoretically if the developer had bundled the libs they assumed would be present on Ubuntu into the AppImage, maybe it would have worked. Would it be larger? Sure. 😂