IO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 13 hours agoHighlight of my Morninglemmy.blahaj.zoneimagemessage-square142fedilinkarrow-up1562
arrow-up1562imageHighlight of my Morninglemmy.blahaj.zoneIO 😇@lemmy.blahaj.zone to linuxmemes@lemmy.worldEnglish · 13 hours agomessage-square142fedilink
minus-squareCevilia (she/they/…)@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up9·2 hours agoAin’t nobody got time for two commands. sudo apt upgrade --update
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up5·1 hour agoAre you serious? That’s a thing? I’ve been doing apt update and apt upgrade for years
minus-squareAllero@lemmy.todaylinkfedilinkarrow-up1·edit-218 minutes agoYes. Also don’t forget && exists for sequential completion of any commands
minus-squareCevilia (she/they/…)@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up4·1 hour agoI’m absolutely serious. You can also add a package name to install it at the same time as doing the upgrade, though personally I prefer to do that as a separate command so I can see what dependencies are needed.
Ain’t nobody got time for two commands.
sudo apt upgrade --update
Are you serious? That’s a thing? I’ve been doing apt update and apt upgrade for years
Yes.
Also don’t forget && exists for sequential completion of any commands
I’m absolutely serious.
You can also add a package name to install it at the same time as doing the upgrade, though personally I prefer to do that as a separate command so I can see what dependencies are needed.