this post was submitted on 07 Jan 2024
472 points (79.6% liked)

linuxmemes

20761 readers
1804 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] onlinepersona@programming.dev 23 points 8 months ago (4 children)

I don't know why so many windows users find it so difficult to install software on linux.

Use the app store like you do on your phone

And yet, they keep opening a browser and searching "how do I install X".

๐Ÿคท

CC BY-NC-SA 4.0

[โ€“] mathterdark@lemmy.world 9 points 8 months ago

how do I install X

Go to joinmastodon(dot)org, pick an open server, then enter your email, a username and a password. easy

[โ€“] cashews_best_nut@lemmy.world 5 points 8 months ago (1 children)

Is there a reason you add that silly link at the bottom of your comments?

[โ€“] baseless_discourse@mander.xyz 5 points 8 months ago (1 children)

I think it is the license for his comment.

[โ€“] cashews_best_nut@lemmy.world 6 points 8 months ago (1 children)

Well it's silly and will have no effect.

[โ€“] baseless_discourse@mander.xyz 5 points 8 months ago (1 children)

It didn't cost you anything, why so upset about it?

[โ€“] cashews_best_nut@lemmy.world 11 points 8 months ago (1 children)

Because my life is shit and I have nothing better to do. :(

Consider licensing your comments. It will lighten the mood right away.

[โ€“] uis@lemmy.world 3 points 8 months ago

how do I install X

emerge xorg-server

[โ€“] MaxVoltage@lemmy.world 2 points 8 months ago* (last edited 8 months ago) (2 children)
[โ€“] itslilith@lemmy.blahaj.zone 12 points 8 months ago (1 children)

Linux had package managers long before app stores were a thing. Package managers just mean that instead of downloading NotAVirus.exe from some sketchy web site and hoping it's the app you're looking for, you get your software from a (trusted) central source, that is community maintained so you can be sure that it's up to date and secure.

Of course, you can still manually install things. Or even build from source, giving you nearly unlimited options to tweak things as you like. But the good thing is, you don't have to.

[โ€“] MaxVoltage@lemmy.world 1 points 8 months ago

i know bro im just soo mackered

[โ€“] onlinepersona@programming.dev 2 points 8 months ago* (last edited 8 months ago)

It's an analogy to help people understand how easy it is to install stuff on linux (applications, libraries, services, etc.). App stores are just frontends to package managers. Package managers get their packages from package repositories. On linux, there are multiple package repositories and a plethora of package repositories.

On Android (a linux derivative) nearly each manufacturer has their own app store + Google App Store. There are also opensource app stores like the most known one: F-Droid. Which also has a default repository, but others can be easily added.
The iPhone famously only had sideloading and often what was installed was an app store pointing to the cracker's repository. Starting April 2024, Apple will have to allow installing other app stores (only 15 years after Android) thanks to EU regulation.
Linux allowed all that long before app stores were a thing.

Steam, GOG, the Epic Store, and a bunch of "stores" work on the same concept. Do you balk at those too?

CC BY-NC-SA 4.0