this post was submitted on 02 Jul 2023
224 points (97.1% liked)
linuxmemes
20880 readers
2 users here now
I use Arch btw
Sister communities:
- LemmyMemes: Memes
- LemmyShitpost: Anything and everything goes.
- RISA: Star Trek memes and shitposts
Community rules
- Follow the site-wide rules and code of conduct
- Be civil
- Post Linux-related content
- No recent reposts
Please report posts and comments that break these rules!
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
sudo pacman -Syu
is equivalent tosudo apt-get update && sudo apt-get upgrade
, you'd want to run it about once a day to ensure you have all current updates. Pamac should allow you to update everything from a GUI, so you don't have to worry about that.Cool that's what I thought, just confused by the people saying they've bricked their systems by doing it!
Packages get updated a lot in arch. Occasionally a package may push an update with a big that can cause major problems. Often times those bugs are fixed relatively quickly, but if you update too often, you are more likely to update to a package with such bugs.