How often do you update software on your servers?
How often do you update software on your servers?
Those apt commands are in a less-good order. It’s usually better to update apt, then upgrade the system.
I upgrade as soon as reasonably possible after the notification appears, if the system isn’t on auto-upgrade.
I do sudo apt update && sudo apt upgrade
Is there any reason to not combine the commands since the output always prompts prior to changes anyway?