1955
submitted 10 months ago by MazonnaCara89@lemmy.ml to c/linux@lemmy.ml
you are viewing a single comment's thread
view the rest of the comments
[-] GustavoM@lemmy.world 188 points 10 months ago

"But can Linux install things via a single .exe file? HAHAH EAT IT NERD!"

- 10'ish years ago past me, before discovering the magical wonders of the package manager

[-] RQG@lemmy.world 66 points 10 months ago

I found since people are used to app stores, I've had a much easier time convincing people to try out Linux. My mom even said that she always wished her windows PC had a proper app store.

[-] grue@lemmy.world 45 points 10 months ago* (last edited 10 months ago)

I think it's still important to explain the key difference between an "app store" and a package repository: the latter isn't a "store" because everything is free.

[-] RQG@lemmy.world 32 points 10 months ago

True but it helps get the concept across so much.

[-] Zamundaaa@discuss.tchncs.de 12 points 10 months ago

Thst might change with Flathub's ambitions to become an actual app store though

[-] cows_are_underrated@feddit.de 3 points 10 months ago

Did I just heard that right? Flathub wants to charge for software?

[-] Zamundaaa@discuss.tchncs.de 6 points 9 months ago

Yes. Flathub wants to become a platform where people and companies can sell their software

[-] QuandaleDingle@lemmy.world 1 points 6 months ago* (last edited 6 months ago)

Well hey, as long as these participating devs maintain that their software remains FOSS, I'd pay up. They do a lot of good work, can't do it all for free.

[-] Tavarin@lemmy.ca 9 points 10 months ago

But Windows does have an app store, and has for ages now.

[-] savedbythezsh@sh.itjust.works 27 points 10 months ago

Yeah but it's awful, and can only install UWP apps which are just plain bad

[-] Jayayess1190@lemmy.world 4 points 10 months ago

When is the last time you've used it? Microsoft opened it up and now you can find all types of non UWP apps in it.

[-] flontlocs@lemmy.world 4 points 10 months ago

Still ass though.

Just install/update App Installer and use winget.

[-] numanair@lemmy.ml 3 points 10 months ago

Most of them are, but there are non UWP apps on there too.

[-] Tavarin@lemmy.ca 1 points 10 months ago

Sure, but pretty much every common application most people use is available, which is fine for the majority of people such as OPs mom.

[-] FangedWyvern42@lemmy.world 5 points 10 months ago

It’s not that good. It’s ok (especially now that it’s been unshackled from the hell of UWP), but it’s not as good as most Linux options.

[-] Tavarin@lemmy.ca 0 points 9 months ago

For someone like OPs mom it would be more than good enough is my point. She's saying she wished something existed that does indeed exist.

[-] Cannacheques@slrpnk.net 1 points 10 months ago

Windows has also had a variety of freeware since before there was never an app store

[-] Tavarin@lemmy.ca 1 points 9 months ago

Of course, and much of it is on the app store now (which I rarely use myself), but for someone like OPs mom who just wants an easy app store, well there is one.

[-] embed_me@programming.dev 46 points 10 months ago

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

[-] Kierunkowy74@kbin.social 33 points 10 months ago

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 15 points 10 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 4 points 10 months ago* (last edited 10 months ago)

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 9 points 10 months ago

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

[-] droans@lemmy.world 2 points 10 months ago

At least for Ubuntu, you do need to set the permissions of the AppImage before it'll launch.

I still haven't figured out how to make .desktop files work yet.

[-] theshatterstone54@feddit.uk 11 points 10 months ago

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

[-] cerement@slrpnk.net 5 points 10 months ago

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 3 points 10 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 3 points 10 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 10 months ago

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 10 months ago

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

[-] woobie@lemmy.world 1 points 9 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

[-] jayandp@sh.itjust.works 5 points 10 months ago

Not to mention Flatpaks.

[-] DoucheBagMcSwag@lemmy.dbzer0.com 4 points 10 months ago

I still am intimidated by the terminal as I've only had slight experience with CMD

[-] bellsDoSing@lemm.ee 4 points 10 months ago

Honestly, if all you've ever experienced in regards to terminals is windows CMD, then you really haven't seen much. I mean that possitively. Actually, it will give you a far worse impression on what using a Linux / Unix terminal can be like (speaking as someone who spent what feel's like years in terminals, of which the least amount in windows CMD).

I suggest to simply play around with a Linux terminal (e.g. install VirtualBox,.then use it to install e.g. Ubuntu, then follow some simple random "Linux terminal beginner tutorial" you can find online).

[-] cows_are_underrated@feddit.de 3 points 10 months ago

The Windows Terminal is absolute Garbage. I tried to use it for some very simple stuff and it was such a trash experience. It just feels wrong.

[-] psud@lemmy.world 2 points 9 months ago* (last edited 9 months ago)

Don't worry about the terminal until or unless you have something to do that needs it, then follow a guide

Incidentally if a guide tells you to run a program in terminal, you can check what that program is supposed to do

  • man command (eg. man mount) gives you the manual, if it has a manual
  • command -h or --help gives you the command's help page - pipe it through "less" if it's more than a single screen eg: ls -h | less
this post was submitted on 23 Nov 2023
1955 points (98.2% liked)

Linux

47343 readers
1162 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