How to Install Security Updates in Ubuntu

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.