In short, the maintainers have made questionable decisions over the years, and the Arch Linux packages are held back by two weeks on Manjaro for... basically no reason.
If you want an out-of-the-box solution to Arch Linux, just use EndeavourOS.
So. I’m a happy Manjaro user. I don’t install a lot of things and have had AUR updates break stuff likely due to the 2 weeks delay Manjaro adds to their packages.
I’m still using it on multiple devices and I’m really happy. I considered moving to endeavour but I wasn’t sure how it would handle hardware updates. I mean, my understanding is that Manjaro is more “noob” friendly and I don’t consider myself an expert. I used the Manjaro hardware helper to fix my video drive several times and I like the simplicity of the command. Does endeavour require a more advanced user? Does it have the “easy to use” troubleshooting things that Manjaro has?
Ah. What about the Kernel uploader? I think the Manjaro one is unique to Manjaro right? Is there another one for regular arch/endeavour?
Endeavour has plenty of "beginner" tools, including a kernel manager (literally called A Kernel Manager) and a friendly GUI Welcome app that helps you update your system and your mirrors.
Wow. 30 times in 3 years? I wonder if that's specific packages or hardware you had. I had 5 computers (2 desktops, 3 laptops) running Manjaro for so many years, and still haven't had a single system break. Including using a lot of AUR packages.
Though last year, I've moved all of my computers to Arch, Debian, and Proxmox. Arch mainly because I wanted to fully configure my systems more.
I used to be a huge Manjaro fan. There were many ways it let me down, some of which were just bad governance.
The biggest problem though is the AUR. Manjaro uses packages that are older than Arch. The AUR assumes the Arch packages. This, if your use the AUR with Manjaro, your system will break.
It is not a question of if Manjaro will break but when. Every ex-Manjaro user has the same story.
For me, EndeavourOS is everything that Manjaro should be.
There are many cases where Manjaro causes problems. For example, a package mag already be in Arch but not yet in Manjaro. Or perhaps the Manjaro package is not a high enough version number. If another Arch package requires this first package, in Arch it would grab the Arch package. The Arch package will be maintained over time. In Manajaro, the package is not there and so the AUR grabs it from the AUR as well. Perhaps it is even the Git version with an unclear version number. Over time, the AUR dependency breaks or becomes unmaintained. Even once Manjaro has the package, it may not migrate it because of the version numbers. Now things are broken. This exact thing happened to me on Manjaro where my GIMP ended up using GEGL from the AUR. My system was broken for months.
An even worse problem can happen when there are alternate dependencies. Sometimes in the AUR you will have multiple packages that fulfill a dependency. In Arch, you can see if one is from the actual repos and one is itself from the AUR. Again, if you choose the one in the repos, it will work and stay supports. In Manjaro, neither may be coming from the actual repos in which case it is easy to choose the wrong one. This sets you up to have package conflicts. In Manjaro, I would never know that the other option had now been added to the repos. More than once, I had the dependency that I had chosen break when the other would still have been fine.
Ok, this is getting long and that was just a couple of scenarios.
Suffice it to say, when I used Manjaro, I got the impression that the AUR broke all the time and that using the AUR broke my install from time to time. Now that I use Arch, I do not have those issues and I realize that it was Manjaro all along.
The AUR doesn't assume arch packages, if the package your aur script wants isn't in your repo then the package simply fails to update/install.
Edit: This is true even for Arch linux, as the Aur package might be out of date.
The problem is not the package. It is the packages Version. If you have for example an application that depends on .net 7.0 and arch updates it to the latest 8.0 then the AUR usually gets updated soon as well.
Now the AUR pqckage depends on the newer 8.0 Version while manjaro still has the 7.0 version. The programm now does no longer start on manjaro.
I am not the most technically astute person, using Manjaro and the AUR for like five years and never had my system break. Yes, some package problems here and there, but where do you not have them ever? And so far nothing an internet search couldn't fix. I found it very stable both in the XFCE and the KDE spin.
if your use the AUR with Manjaro, your system will break.
If your system breaks because of AUR it means you're using AUR wrong... you're not supposed to use AUR packages for critical system functions. It will break on Arch too if you do that.
There's not really any benefit of running Manjaro over Arch, it will only introduce problems over time. If you want a "pre-configured" Arch with a nice installer, go for EndeavourOS, it's great!
Most of the hate is because of the maintainers not maintaining their security certificates. Another similar distro is EndeavourOS, which I personally prefer. But either way, find what works for you.
Just out of curiosity I've looked for that a couple of months ago and I found that it's relatively easy to transform a Manjaro installation to Arch and Endeavor. IIRC it was just adding new repo keys and changing the repos. People attempting that would have to look the guide up for details.
I have manjaro running on six machines. No problems that were not Just part of learning. Two of those computers were for testing different distros.... All ended up with Manjaro.
Hate is for people that don't create, or improve their own world.
While on one hand Manjaro is very polished. Some things they do is questionable. Like the time they suggested to change your date and time because they let their repo keys expire. Or accidentally DDOS the AUR. Just to name some. The Manjaro team has a rather bad track record of these things.
It's not all "purists" and "tribalism", Manjaro actually has issues. Besides the well known certificate issues and older packages, I have the following anecdote which made me really dislike it.
A friend has Manjaro and one day his nvidia drivers stopped working after an update. I helped troubleshoot over the phone, while looking over the wiki. For nvidia drivers they have their own wrapper around pacman.
Turns out there's a different nvidia driver for each kernel version. Already a stupid design. So unlike arch where there's 1 kernel package (the latest the distro offers) and 1 matching nvidia driver, Manjaro has dozens...
The wiki never mentions how to install or update the drivers manually with pacman or anything like that. It pushes their own tool, a stupid wrapper around pacman, which is supposed to manage this for you.
In my friend's case, the tool failed. It was trying to run pacman but there was a conflict issue. But the tool didn't show the pacman output, so we couldn't figure out what the tool is trying to do, and why it doesn't work. We tried removing the tool and re-installing, and all kinds of messing around with it. It failed to install the drivers, it failed to remove the drivers, it kept failing whatever we tried.
Eventually we figured out the naming convention they used for the packages (again not mentioned in the wiki), and manage to install the correct kernel - driver pair manually, using pacman.
Tl;dr: poor design, bad documentation, and they push their own crappy tools which hinder instead of helping
there’s a different nvidia driver for each kernel version. Already a stupid design
That's not a stupid design at all. A nvidia kernel module artifact is only compatible with exactly one kernel ABI. Thus you need one binary nvidia package for each kernel you ship.
Arch also has one package for every kernel ABI they ship: nvidia and nvidia-lts.
Though it should be noted that their design assumes that these two ABIs are the only possible ABIs which isn't strictly the case as the zen, hardened or RT variants may sometimes lag behind their regular counterpart. That's a stupid design if anything as it increases the friction of kernel ABI upgrades as a kernel package maintainer.
We at NixOS also ship the nvidia module for each of our ~50 kernel variants; all major versions of the Nvidia module compatible with that kernel in fact.
The only possible way to access these nvidia kernel modules is via a certain kernel's linuxPackages attribute set that contains all packages that rely on a kernel ABI such as kernel modules or packages like perf. That's good design if you ask me but I'm obviously biased ;)
I know you need a new nvidia driver every time the kernel updates, but why keep 50 kernel versions?
My beef was them offering so many (outdated) versions instead of keeping the latest one which would make things very simple for users (imo).
Turns out there’s a different nvidia driver for each kernel version
That is literally every version of Linux out there. IDK what you think was different about Manjaro in that respect. Nvidia hates linux and it's a tough thing to keep it running, especially on a rolling release. Use the DKMS driver if you're going to update kernels a lot. At least manjaro seperates the kernel installs from the general updates to minimize this disruption.
I know that these packages are "linked", and for every kernel update you need a new nvidia driver, I don't understand though why they keep so many kernel versions in the repo (and their respective nvidia drivers ofc). Just makes things confusing, I assume people generally want the latest kernel the distro has to offer, or if they want something else it's a different kernel "flavor" like lts, zen, rt, etc.
Just give it a go. I used it for years, and had relatively little issues tbh. Most of them I think are hardware related as I'll have similar issues in other distros and even windows.
The devs have done some goofs yes. Things like letting certs expire, and as mentioned already, potential issues with aur. But, I remember having aur issues even with vanilla arch in the past.
Using fedora currently though, and I don't think I'll switch anytime soon.
I've had it break many times during update. Don't get me wrong, I liked it at first, but if you want a system that works after update, you're probably better checking elsewhere. Linux Mint, and Kubuntu are far better simplicity wise. Open Suse or Arch if you want rolling updates.
Real reason for the hate: The Linux community is overly focused on tribalism and has a console-wars mindset where what I'm using is obviously the best and everything else must be flawed and terrible. Manjaro is probably fine for most use cases.
...although I'd still suggest just using base Arch instead. :)
The real question is, why are you considering Manjaro in the first place? What does it do that a different distro, without all the hate (which I personally think are 100% justified), doesn't do? Why "risk" it?
Then literally just use Arch. I don't understand why people want Arch but then install something different. If you don't want to go through the install process then it's honestly just not for you, but if you really want to try anyway give EndeavourOS a shot.
I have almost a dozen installs of it in the wild for a few years now, with friends and relatives that aren't very computer literate. It has been virtually maintenance free. This is on wildly disparate hardware as well, and it's always installed nicely and with little messing around after to get things working.
People like to hate on it; it's been by far the most reliable distro I've used, far better than "just works^TM " distros like Fedora and Ubuntu. I'd ignore the naysayers and use if it works for you.
I ran Manjaro happily for a while because I was scared of the Arch installation process. A couple of years ago, though, an update broke my system. By then, the archinstall script had come along so I tried installing Arch with that and I haven't looked back.
I am currently using Manjaro as my main Laptop OS.
Most of the hate is philosophical based in small often overlookable facts. And how Manjaro uses/is compatible with the AUR. There's a whole github dedicated to the communities complaints here: https://github.com/arindas/manjarno
While I can see why many don't like manjaro, I personally see these complaints as a way to evaluate the company to see if they improve.
My experience with Manjaro is about 1-2 years now. And the OS is very stable, honestly more stable than my brief time with Fedora.
But I did break a lot during that time including my DE. However as long as you are careful on where you install from, the distro will be stable.
Install order
Official Repo - this is delayed by a few weeks to "validate stability", one of the sticking points for the community
Flatpak
AUR - due to the delayed official packages some AUR packages won't update immediately, or will cause conflict when they are.
AUR support is honestly the only valid issue with Manjaro. Due to the delay AUR packages will break as older dependencies aren't being updated causing a large string of removals which can cause stability issued in Manjaro.
My recommendation is to avoid the AUR unless the package isn't found elsewhere. Which is a problem if you installed Arch for AUR. Thus EndeavorOS is preferred.
But for my usage I prefer the graphical interfaces for all setting. With the exception of GRUB, there is a GUI for everything and you won't need to touch a terminal.
With that said, you may want to look into OpenSUSE or Fedora/CentOS, and they are similar in terms of GUI settings. And are a little safer since OS level packages are behind another package manager.
But at the cost of less software. For me I'm stuck with Manjaro for now, and as soon as Slimbook battery is officially on Fedora trying that out again.
I have something like 70 AUR packages on Manjaro and doing fine. Yes, they break every once in a while. They break on Arch too.
The thing is, you have to update AUR packages. They're compiled against a certain system state and they will break eventually as the system updates. This will happen with source packages on any distro. It has nothing to do with Manjaro.
Are you saying that as an Arch user or a Manjaro user? Have you ever used a different Arch distro? I am just wondering how many of the “other Arch distros are just as broken” people have actually used both. I have used several. In my experience, Manjaro stands alone in terms of the number of problems I have had. I guess I am just unlucky.
I haven't seen this mentioned yet, and there's a good number of responses so maybe I'm up in the night, but it seems to me Manjaro's philosophy is somewhat counterintuitive to Arch's. Arch pointedly obfuscates system internals as little as is reasonable to "keep it simple" from a system perspective. Manjaro simplifies things for the user but creates additional obfuscation. I can see some people who value Arch's approach being less than amenable to that.
But that's not a reason to not use it. If Manjaro's approach appeals to you, use it.
I've had nothing but a great stable experience with it. I tried the other distros like endeavor and Garuda but they both looked ugly and had some issue after install. I think people hate manjaro because it's bloated but I appreciated that everything I needed was already setup, configured and good to go.
I didn't install any aur packages because those are unsupported and I don't know enough to support them myself.
Running Manjaro here. I'm been using Linux exclusively for years, and while I'm not a power user I like to think I'm conversant with it. I've had the odd problem here or there, but honestly not any more than I would expect with any other distro. I picked it because I wanted a rolling release distro that used KDE, and SuSE Tumbleweed didn't want to install that day!
Mostly misdirected anger from two categories — Arch purists who balk at the notion of someone modding their beloved distro, and newbs who blame Manjaro for issues they create themselves and they would have on any Arch-based distro.
Mostly misdirected anger from two categories — Arch purists who balk at the notion of someone modding their beloved distro, and newbs who blame Manjaro for issues they create themselves and they would have on any Arch-based distro.
Nope not at all. The built in and by Manjaro maintained packagemanager pamac bricks systems.
Has not bricked mine since i use pacman instead.
The packages are just the arch packages delayed by a few days which makes it incompatible with the (by default enabled an encouraged to use) AUR.
No hate from me,but rather a simple question? Why use preconfigured distros instead of the original,always best, with archinstall script? You can even install pamac or whatever package installer tool manjaro uses.
Used Manjaro in the past, worst distros i've used. Wifi card detections, Screen display and kernel issues,. Re-installed it many times. Never had thoses problems with Arch, Debian, & Ubuntu
It works for me, I have KDE version. I have AUR apps, SNAP (VSC works better in snap than flatpak), official repo apps. I have not had any errors in the 6 months I have been using it.
There was a lot of misinformation about manjaro regarding the "Aur DDOS" and their finances that people still repeat to this day.
The person maintaining the manjarno repo which was a very popular site where all the critism of manjaro was recently corrected all those mistakes and then later took the website down.