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

linuxmemes

20761 readers
1920 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
[–] 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