Valso@lemmy.ml to Memes@lemmy.ml · 28 days agoLet's update...imagemessage-square82linkfedilinkarrow-up1204arrow-down132cross-posted to: memes@lemmy.world
arrow-up1172arrow-down1imageLet's update...Valso@lemmy.ml to Memes@lemmy.ml · 28 days agomessage-square82linkfedilinkcross-posted to: memes@lemmy.world
minus-squareZanka@lemmy.mllinkfedilinkarrow-up11·28 days agoFedora: sudo dnf update, type the letter y, done. I don’t understand why apt still has update and upgrade as two separate things.
minus-squarezewm@lemmy.worldlinkfedilinkEnglisharrow-up4·28 days agoI’m more of a fan of just adding the -y parameter to skip the question and go straight to updating. Works with the install command too.
minus-squarePotatoesFall@discuss.tchncs.delinkfedilinkarrow-up4·28 days agoYou can even add the -y flag to skip typing y. Which apparently doesn’t work for pacman judging by the command above
minus-squaredeadcade@lemmy.deadca.delinkfedilinkarrow-up3·27 days agoSince lowercase y as an option to uppercase S already exists to update the database, --noconfirm exists to continue without user confirmation.
minus-squareNuclearDolphin@lemmy.mllinkfedilinkarrow-up1·27 days agoPacman has the worst CLI flags I’ve ever seen.
Fedora: sudo dnf update, type the letter y, done.
I don’t understand why apt still has update and upgrade as two separate things.
I’m more of a fan of just adding the -y parameter to skip the question and go straight to updating. Works with the install command too.
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.