What Linux distro surprised you the most?

Sunny' 🌻@slrpnk.net to Linux@lemmy.ml – 126 points –

During the first impressions of said distro, what feature surprised you the most?

149

You are viewing a single comment

Thank you for the very detailed explanation! Makes sense now. I was of the mindset that Manjaro is an Arch derivative making it technically Arch and didn't really take the repos etc into account. Makes sense why they advise against the use of AUR

You've opened my eyes haha.

I appreciate the response, I always worry asking "noob" questions from all the elitist horror stories you hear around Linux

The repo delay is not the main cause of AUR warnings. While it can in theory cause mismatched dependencies for some AUR packages, in practice it doesn't really happen that often.

The main issue with AUR is that it's completely unregulated. Anybody can put anything in it, there's no quality criteria, AUR scripts run as root and can do anything on your system, 75% of AUR packages were not updated during the last year, 15% were released once and never updated, and 10% are completely abandoned.

Arch itself doesn't support AUR for those reasons. You should be wary of using AUR packages in general, on any system that can use them, always assume they can break at any moment, and never use them for anything critical.

I'll definitely take that into account.

As an example though, I use the AUR for the arr packages. If not from the AUR, where else would I get them? Would I need to clone the git and build them myself instead?