this post was submitted on 01 Sep 2024
128 points (95.1% liked)

Linux

47337 readers
1351 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

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

I’ve been using Arch for just over a year on my older Dell laptop, and have been regularly running sudo pacman -Syu but not once have I had a problem or anything break. What am I doing wrong?

you are viewing a single comment's thread
view the rest of the comments
[–] dsilverz@thelemmy.club 21 points 2 weeks ago (2 children)

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 update archlinux-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 a pacman-key command, but I never had to use that.

[–] nehal3m@sh.itjust.works 13 points 2 weeks ago (1 children)

If you want problems do the exact opposite of this OP. That should solve your lack of problems.

[–] dave@feddit.uk 7 points 2 weeks ago

Thanks—will give this a try.

[–] thingsiplay@beehaw.org 5 points 2 weeks ago

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.