How to Install Security Updates in Ubuntu

Written by

in

,

You should install all available security updates in order to protect against unauthorised access to your Linux/Ubuntu box. The commands can be found in the following.

sudo apt-get update
sudo apt-get upgrade --show-upgraded

Please ensure to enter your root password since you are using sudo command that gains super access to your Linux system.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *