this post was submitted on 23 Apr 2026
9 points (80.0% liked)

Linux

64839 readers
1125 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 7 years ago
MODERATORS
 

This should be installed as default in all distro. Run it with --install, put appimages in ~/Applications and it's done, you'll see all apps in your DE app menu

top 13 comments
sorted by: hot top controversial new old
[–] mecen@lemmy.ca 1 points 5 hours ago

Overall there should be repo for appimages which just don't have flatpak, for some apps which can't work well in sandbox.

[–] TaintTaul@programming.dev 3 points 2 days ago

No one mentioned it yet, but there's also AppManager.

[–] moshbit@libertatia.org 4 points 2 days ago (3 children)

I agree, this is a very handy app, and I felt very similarly when I first discovered it. That said, I've had some issues with AppImageInstaller that I haven't had with GearLever, it's nearest equivalent. That's the beauty of Linux FOSS though, so many choices :)

[–] Suoko@feddit.it 2 points 21 hours ago

No appimage for gearlever???

[–] sakphul@discuss.tchncs.de 1 points 2 days ago

Thanks for sharing! This APP looks very interesting for non tech people

[–] wasd603@lemmy.zip 1 points 2 days ago

GearLever is my pick too. It does its job, not perfect but good. Updates can be tricky tho sometimes.

[–] jobbies@lemmy.zip -1 points 1 day ago

Its nice to see developers wearing hijabs.

[–] obsolete@lemmy.dbzer0.com 1 points 2 days ago

AppImageLauncher works as intended.

But, if you are willing to use the terminal, then there's appman. Appman is a terminal package manager for handling appimages, which also integrates appimages into the system. It can update appimages, as well as install images that are not found on its package database.

[–] TrickDacy@lemmy.world 1 points 2 days ago (1 children)
[–] Suoko@feddit.it 1 points 21 hours ago (1 children)

Does it manage the --no-sandbox option often needed?

[–] TrickDacy@lemmy.world 1 points 20 hours ago (1 children)

I have never used that flag. Does that just enable full system access without the usual layer of sandbox protection?

[–] Suoko@feddit.it 1 points 19 hours ago (1 children)

Yes,and it's the only way to start some apps on Ubuntu

[–] TrickDacy@lemmy.world 1 points 11 hours ago* (last edited 11 hours ago)

Okay, well gear lever lets you add command line arguments which get saved in the config so that should work easily. I will say it's odd to me that you say this is needed for a specific OS, let alone often. I have never used that flag and I've been using an Ubuntu variant for ~5 years now. Doesn't mean you're wrong or anything, I'm just surprised because that seems to defeat one of the main purposes of appImages. The whole security/safety model seems to be sidestepped if you use that flag. I tend to only use appImage if it's my only option because flatpaks seem to work better in my experience.