this post was submitted on 23 Nov 2023
1456 points (98.1% liked)

Linux

47976 readers
1194 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
 
you are viewing a single comment's thread
view the rest of the comments
[–] embed_me@programming.dev 32 points 11 months ago (4 children)

With app images it's easier than installing. Although the chmod step will deter the typical windows user

[–] Kierunkowy74@kbin.social 16 points 11 months ago (2 children)

What chmod step?

When I clicked on new app image, the OS told me, that program /name of app/ will be launched, I clicked "Continue" and it runs! No meddling with "chmod" or anything like that.

[–] user224@lemmy.sdf.org 7 points 11 months ago

Same, I love AppImages for that. I just wish they also had way to contain configurations instead of putting it on the system. That would make it even more portable.

[–] Damage@feddit.it 2 points 11 months ago* (last edited 11 months ago) (1 children)

ELF and .sh files need to be set executable, chmod +x file, before they can be run, unless your DE does that for you

Dunno about appimages

[–] Kierunkowy74@kbin.social 4 points 11 months ago

KDE does exactly like that
(I am using MX Linux)

[–] theshatterstone54@feddit.uk 7 points 11 months ago (1 children)

With file managers, for example in thunar, you can select Properties -> Permissions -> Allow this file to run as a program

[–] cerement@slrpnk.net 3 points 11 months ago (1 children)

also for non-KDE, non-Gnome systems, there’s appimaged – requires a little more setup, but handles the set executable, automates the AppImage integration (.desktop files and menus), keeps a watch on specific folders for new AppImages, and provides a way to check for updates

[–] theshatterstone54@feddit.uk 2 points 11 months ago

I'm saving this. I don't use any appimages (except a cracked Minecraft bedrock launcher but we dont talk about that one), but I'm still going to save this.

[–] ziixe@lemmy.dbzer0.com 4 points 11 months ago

I installed Linux a few weeks ago and it was on Tuesday I wanted to add some programs I had installed (it was mGBA and melonDS) to my steam launcher, I went through the hassle of making a . desktop file for both of them (I was dumb and used a Ubuntu based distro, so it installed as a snap, which sucks hard on a hdd) and then it wouldn't launch, I searched up again (I was using chatGPT for all of this, I asked it a lot how to do stuff, it's like this was it's purpose beacuse it always worked first try), did the chmod x+ command and then I was done

Just to see it not launch :/

[–] cows_are_underrated@feddit.de 1 points 11 months ago (2 children)

How do you actually install an AppImage? I figured out how to use them, but not how to install them.

[–] embed_me@programming.dev 2 points 11 months ago

You don't install them. You just give them the permission to run and then run them.

[–] woobie@lemmy.world 1 points 11 months ago

There is no install needed, you can just edit permissions and make the file executable and then when you open it or click it the app runs.

What won't be created by default is an application menu to run it from whatever desktop environment you use. You can create those if you wish. You can create a launcher in the menu manually, or you can use a tool called AppImageLauncher to create these for you.

There's a pretty good explanation here: https://askubuntu.com/questions/1311600/add-an-appimage-application-to-the-top-menu-bar