this post was submitted on 14 Mar 2026
105 points (97.3% liked)

Linux

63755 readers
596 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 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] ShortN0te@lemmy.ml 3 points 21 hours ago (1 children)

Why should that be a flaw on Arch's side, when it ooses no issue on Arch's side? Partial updates are explicitly not supported. That would be fine for Manjaro if they would not encourage the use or for some cases even enable the use of AUR by default.

[–] Giloron@programming.dev 0 points 8 hours ago (1 children)

Partial updates are explicitly not supported.

This is what I'm referring to. Pacman is the only package manager I've used with this limitation.

[–] ShortN0te@lemmy.ml 1 points 7 hours ago (1 children)

Yes but that is on Manjaro if they do not follow basic rules from their upstream and not on arch. If you ignore design desicions then thats on you.

[–] Giloron@programming.dev 1 points 5 hours ago (1 children)

True, but also why is that a rule from upstream?

[–] ShortN0te@lemmy.ml 2 points 5 hours ago (1 children)

Thats the only (sane without tons of work) way how you can have a rolling release distro without the need to compile everything yourself, everytime. Dependency issues will occure when glibc gets updated (or any other library) and you only update some programms but not all, its possible that those programms work or not.

[–] Giloron@programming.dev 1 points 4 hours ago

Thank you. I hadn't considered the binary dependencies in a rolling release.