129
Problems with Arch upgrade
(feddit.uk)
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
You didn't specify which problem or which thing that broke. However (and based on my previous experiences on that matter), one could face a problem regarding package PGP/GPG signatures upon trying to update. This is because
archlinux-keyring
is not being updated before the signature checking. That said, a better approach is to always updatearchlinux-keyring
(sudo pacman -S --needed archlinux-keyring
) before anything else (sudo pacman -Syu
). This way, you guarantee to be up-to-date with developer signatures, needed for pacman to check the validity for every package to be updated/installed. There's also apacman-key
command, but I never had to use that.If you want problems do the exact opposite of this OP. That should solve your lack of problems.
Thanks—will give this a try.
I think it's just sarcasm for the memes from the OP, asking why nothing breaks and what is he doing wrong. The expected behavior is to break.