this post was submitted on 25 Aug 2025
183 points (88.9% liked)
Memes
52090 readers
1182 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Fedora: sudo dnf update Type the letter y Done.
I don't understand why apt still has update and upgrade as two separate things.
You can even add the -y flag to skip typing y. Which apparently doesn't work for pacman judging by the command above
Since lowercase
y
as an option to uppercaseS
already exists to update the database,--noconfirm
exists to continue without user confirmation.Pacman has the worst CLI flags I've ever seen.