TropicalDingdong@lemmy.world to linuxmemes@lemmy.world · 1 day agoi guess its about time..lemmy.worldimagemessage-square33linkfedilinkarrow-up11
arrow-up11imagei guess its about time..lemmy.worldTropicalDingdong@lemmy.world to linuxmemes@lemmy.world · 1 day agomessage-square33linkfedilink
minus-squareslazer2au@lemmy.worldlinkfedilinkEnglisharrow-up0·1 day agoExecute order Sudo apt update && sudo apt upgrade -y && sudo apt auto remove -y Needs a more concise order name…
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up0·10 hours agoThere’s a flag for upgrade that will do an update as well. I don’t have it memorized, but you don’t need to “update and upgrade” anymore.
minus-squareloweffortname@lemmy.dbzer0.comlinkfedilinkarrow-up0·1 day agoTiny nits: apt dist-upgrade is more potentially destructive. It’s apt autoremove (no spaces) Otherwise, I do this every morning on my work machine. It’s very satisfying to have updates.
minus-squareSkullgrid@lemmy.worldlinkfedilinkarrow-up0·1 day agonano .bash_alias At the end of the file alias executeOrder="Sudo apt update && sudo apt upgrade -y && sudo apt auto remove -y" Ctrl+X Enter. Source .bash_alias There. Now it’s executeOrder
Execute order
Sudo apt update && sudo apt upgrade -y && sudo apt auto remove -yNeeds a more concise order name…
There’s a flag for upgrade that will do an update as well. I don’t have it memorized, but you don’t need to “update and upgrade” anymore.
Tiny nits:
apt dist-upgradeis more potentially destructive.apt autoremove(no spaces)Otherwise, I do this every morning on my work machine. It’s very satisfying to have updates.
At the end of the file
Ctrl+X
Enter.
There. Now it’s executeOrder