this post was submitted on 06 Oct 2023
923 points (95.9% liked)

linuxmemes

20889 readers
435 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
[–] uis@lemmy.world 2 points 1 year ago (1 children)

shared dependency is not scalable

Explain yourself.

a loud minority

Kernel develipers, libraries developers, compiler developers, distro maintainers, mirrors hosters, anyone whose system runs not on few terabytes disk and gigabit internet.

I heard some geniuses put entire graphical drivers into snap/flatpak/appimages.

[–] baseless_discourse@mander.xyz -1 points 1 year ago* (last edited 1 year ago) (1 children)

Correct me if I am wrong.

Different app depends on different version of the underlying softwares. In the old days distro packages apps, however it would cause dependency hell.

Hence with the development in containers, universal packaging format prevails, where each app is packaged with all of its dependencies. so that the system dont need to maintain the dependency of every single app people want to use.

[–] uis@lemmy.world 1 points 1 year ago

Different app depends on different version of the underlying softwares.

On different ranges of versions. Usually something like "1.2 or newer". With few exceptions that break ABI every year(looking at you, Boost) or 11 times a month(it is rust, who would have guessed). If everything was as hard as you described, then there is no way for me to play UT2004 back from, you guessed it, 2004. But I did, and all I needed just to install few 32-bit version of libraries and run it with OSS(very old audio api) emulation.

however it would cause dependency hell.

No, task of package manager is to solve dependency hell

universal packaging format

We had 2 universal packaging formats, now we have 5 universal packaging formats and two container types.

where each app is packaged with all of its dependencies.

Which in case of UT2004 means packaged with all exploits back from 2004.