this post was submitted on 15 Jun 2023
9 points (100.0% liked)

Linux

47232 readers
777 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 5 years ago
MODERATORS
 

I've seen a lot of people who quite dislike Manjaro, and I'm not really sure why. I'm myself am not a Manjaro user, but I did use it for quite a while and enjoyed my experienced, as it felt almost ready out of the box. I'm not here to judge, just wanted to hear the opinion of the community on the matter. Thanks!

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

Manjaro was my intro to Linux, but now that I know more about it, I can't recommend it in good conscience. Letting their SSL certs expire is something that happens (even though they could automate it), but telling their users to change their clocks so it works is a big no-no.

Worse than that is how they manage packages from upstream. Simply freezing them for two weeks is, in my opinion, the worst of both worlds. You don't get timely security updates, but you still end up with the issues of being on the bleeding edge - just late. It also means that if you use the AUR, it's possible that the necessary dependencies are out of date.

I think that if one wants "Arch with an installer" they should go with EndeavourOS, or try the archinstall script.

[–] [email protected] 0 points 1 year ago (1 children)

Simply freezing them for two weeks

That's not what they're doing at all. That dumb myth needs to die.

[–] [email protected] 1 points 1 year ago (1 children)

Can you expand on this? A source would be great here to properly debunk this.

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago)

Sure. When it comes to updates, Manjaro is pretty much doing what every single other distro is doing. Updates that are buggy don't get pushed to the stable branch until they're fixed up, and security updates tend to get pushed through faster than feature updates. The time period that updates get held up by is not a fixed duration, it depends on the specific package and update and can be anywhere between a few days and a few weeks.

As a concrete example, with some major Plasma updates Manjaro has waited for three or even four point releases (4 / 8 weeks) before considering it stable enough vs the newest point release of the previous major release, and following point releases after that get pushed to stable much faster.

As another point, even Arch has a very similar process... Their policy on pushing updates is far more geared towards pushing updates quickly than towards not breaking things, but otherwise it's pretty much the same.

Idk about a source on this stuff though. There's stuff like https://wiki.manjaro.org/index.php/Switching_Branches but I don't know anything better.

Manjaro packages start their lives in the unstable branch. Once they are a deemed stable, they are moved to the testing branch, where more tests will be realized to ensure the package is ready to be submitted to the stable branch