Thanks to Teklan Hosting
A big thank you to Teklan Hosting for providing us with a server. Their support has made it possible for us to create and share this guide with you.
We appreciate Teklan Hosting’s contribution to our project – Give them a look if you need a VPS, Web hosting, Domains or dedicated servers and much more!
Welcome, today we’ll discuss some of the update options –
Update
This one is nice and simple – All you require is the simple apt update
or sudo apt update
this will run

Upgrade
Similar to the previous command we simply do a sudo apt upgrade
with an optional -y
to skip the confirmation

Update and Upgrade
The easiest way to do this of course is the sudo apt update && apt upgrade -y
command which will run both and skip the confirmation!

Once you’ve done this you will see a screen full of information about all updates/upgrades performed on your server!
