this post was submitted on 07 Jan 2024
474 points (79.6% liked)
linuxmemes
21210 readers
89 users here now
Hint: :q!
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack members of the community for any reason.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
- These rules are somewhat loosened when the subject is a public figure. Still, do not attack their person or incite harrassment.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn. Even if you watch it on a Linux machine.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, and wants to interject for a moment. You can stop now.
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
view the rest of the comments
I don't know why so many windows users find it so difficult to install software on linux.
And yet, they keep opening a browser and searching "how do I install X".
๐คท
CC BY-NC-SA 4.0
Go to joinmastodon(dot)org, pick an open server, then enter your email, a username and a password. easy
Is there a reason you add that silly link at the bottom of your comments?
I think it is the license for his comment.
Well it's silly and will have no effect.
It didn't cost you anything, why so upset about it?
Because my life is shit and I have nothing better to do. :(
Consider licensing your comments. It will lighten the mood right away.
emerge xorg-server
[redacted]
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.
i know bro im just soo mackered
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