this post was submitted on 14 Mar 2026
55 points (96.6% liked)

Linux

63737 readers
294 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
[–] Veraxis@lemmy.world 12 points 5 hours ago* (last edited 5 hours ago) (2 children)

Interesting. As a former Manjaro user (several years ago now), my problems with the distro were more with their approach to package management and the AUR. They withhold packages for the main repositories, but the dependencies for AUR packages will always assume the latest packages, so I would constantly get into these dependency deadlocks where I could not install or could not update certain AUR packages because the necessary dependencies were the incorrect version. I view this as a fundamental technical problem with their approach, and was my main reason for switching away.

Hopefully the new structure/leadership will result in technical changes which fix their issues. Though if I am being honest, the vision of a Manjaro with rolling packages is basically just a reskinned EndeavourOS, so I am not sure what they would need to do for me to recommend this distro to anyone.

[–] Undaunted@feddit.org 9 points 4 hours ago

This was exactly the same for me. Every Manjaro install I had broke sooner or later because of these dependency issues. After my 3rd or 4th try, I decided to switch to EndeavorOS which is extremely stable for me and serves me well for a couple of years now.

[–] Korkki@lemmy.ml 2 points 4 hours ago (1 children)

I just avoid the AUR on Manjaro whenever possible. It still works 99% of the time. The few things I actually need to be bleeding edge I will just try to build from source.

[–] teawrecks@sopuli.xyz 3 points 2 hours ago (1 children)

IMO they should have made this the official policy instead of adding optional support for the AUR in pamac.

At the end of the day, the AUR is just a pastebin full of pkgbuild files for people who know what they're doing. And as a distro aimed more at the average Linux user, rawdogging the AUR probably just shouldn't be part of the equation.

[–] Decq@lemmy.world 2 points 2 hours ago (1 children)

Could they not have created an AUR mirror and delayed that to be in sync with the main repo's? It would have solved the AUR ddos that the Arch team got mad about a few times and the out of sync dependencies.

[–] teawrecks@sopuli.xyz 3 points 2 hours ago (1 children)

The AUR just hosts pkgbuild files, no source or built packages. The pkgbuild can point to arbitrary external sources that could update separately. Manjaro could have their own AUR that hosts old pkgbuilds, but that wouldn't be foolproof since the external sources could change. Also, if a pkgbuild was updated for security reasons, now Manjaro is putting users at risk by continuing to serve the old version, and now that's another problem for them to solve.

[–] Veraxis@lemmy.world 1 points 1 hour ago

Also, if a pkgbuild was updated for security reasons, now Manjaro is putting users at risk by continuing to serve the old version

Hold up, isn't that last point just a criticism of delayed updates in general? By that logic, would Manjaro be putting users at security risk by holding back the main packages?