this post was submitted on 01 Sep 2024
120 points (94.8% liked)
Linux
47953 readers
1418 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
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
OP, this is satire and most likely will brick your system. Just making sure you, and others, know.
Been on endeavourOS for a little over a year now, and consider myself a quick study... But how would this brick your system?
I'm guessing the issue would come from getting a random custom kernel off AUR?
Because the rest of it seems fine to me, no? Is there an issue with getting the "-git" version of a program from yay/pacman over the regular or "-bin" versions? I usually tend to go for the bin when it's there, but I don't think the git versions have ever caused me trouble.
I usually just use "yay" to update my system, but I have done "pacman -Syyu" (or -Syu) and it seemed to work just fine.
First off, the packages and libraries on the AUR are not scanned, and not all packages and libraries are well tested or maintained there, especially when building from their source yourself instead of relying on their releases. The more you install that way and the more depends on it, the more points in your system are likely to fail.
Your distro's repos might not have everything and be a bit out of date at times, but they are scanned and usually better tested and maintained. Usually, not always.
Yes, which is why I said that was the only part that I could think of that was wrong with it. If you removed "AUR" from the comment, it would be completely fine and nobody would be bricking anything.
Generally, I don't get too much from the AUR, and when I do, I make sure it's got a whole lot of '+'s so it's usually well maintained.