326
Realizing Arch isn't for me after updating broke VLC
(lemmy.sdf.org)
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.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Of course it's his choice, it's his system.
The general advice is that handpicking updates from main repos is a big no-no. There are only a couple of reasons you would ever need that, like updating
archlinux-keyring
on a very outdated system.Even on my 13 year old install with many thousands of packages, it's not hard to spot if anything is out of the ordinary when doing huge upgrades. You should pay attention.
That being said, I often just do
pacman -Syu --noconfirm && poweroff
these days. It's so rare that anything breaks and I can very easily fix it if it does.