TropicalDingdong to linuxmemes · 3 days agoi guess its about time..imagemessage-square35linkfedilinkarrow-up1350arrow-down11
arrow-up1349arrow-down1imagei guess its about time..TropicalDingdong to linuxmemes · 3 days agomessage-square35linkfedilink
minus-squareslazer2aulinkfedilinkEnglisharrow-up26·3 days agoI get that when I forget to update a Ubuntu VM for a week.
minus-squareTropicalDingdongOPlinkfedilinkarrow-up23·3 days agoi’m like 80/20 if this is just going to straight bork the machine.
minus-squareslazer2aulinkfedilinkEnglisharrow-up21·3 days agoExecute order Sudo apt update && sudo apt upgrade -y && sudo apt auto remove -y Needs a more concise order name…
minus-squareSkullgridlinkfedilinkarrow-up11·edit-22 days agocd ~ nano .bash_aliases At the end of the file alias executeOrder="sudo apt update && sudo apt upgrade -y && sudo apt auto remove -y" Ctrl+X Y Enter. source .bash_aliases There. Now it’s executeOrder Edit : .bash_alias(es?) should be in the home folder. Switch to it with cd ~
minus-squareJackbyDev@programming.devlinkfedilinkEnglisharrow-up2·2 days 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-up6·3 days 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-squarefuckwit_mcbumcrumble@lemmy.dbzer0.comlinkfedilinkEnglisharrow-up9·3 days agothat’s what backups are for. If it’s a vm then snapshots are a godsend. Update didn’t work? Revert.
minus-squareViceversalinkfedilinkarrow-up3arrow-down3·3 days agoSo much hassle just for routine update. Windows seems more stable in comparison.
minus-square9bananas@feddit.orglinkfedilinkarrow-up1·2 days agowindows just completely screwed up another update…it’s like, what, the 5th or so this year alone? so almost every month or so they screw up real big. including some that bricked systems completely… at least atomic distros let you roll back without hassle…
minus-squareViceversalinkfedilinkarrow-up1·2 days agoMore like 2nd or 3rd. And with Linux it’s a lottery every time.
minus-squarefloquant@lemmy.dbzer0.comlinkfedilinkarrow-up5·3 days agoYou either test your backups or your lack of backups tests you
I get that when I forget to update a Ubuntu VM for a week.
i’m like 80/20 if this is just going to straight bork the machine.
Execute order
Sudo apt update && sudo apt upgrade -y && sudo apt auto remove -yNeeds a more concise order name…
At the end of the file
Ctrl+X
Y
Enter.
There. Now it’s executeOrder
Edit : .bash_alias(es?) should be in the home folder. Switch to it with cd ~
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.
that’s what backups are for.
If it’s a vm then snapshots are a godsend. Update didn’t work? Revert.
So much hassle just for routine update. Windows seems more stable in comparison.
windows just completely screwed up another update…it’s like, what, the 5th or so this year alone? so almost every month or so they screw up real big.
including some that bricked systems completely…
at least atomic distros let you roll back without hassle…
More like 2nd or 3rd. And with Linux it’s a lottery every time.
deleted by creator
You either test your backups or your lack of backups tests you