New vulnerabilities are found regularly.
Ensuring system packages are up to date is crucial for security.
Ubuntu can apply security updates automatically, without user interaction.
This is done via the unattended-upgrades package, which is installed by default.
Auto Update#
Consider enabling auto security updates:
% sudo apt install unattended-upgrades
% sudo dpkg-reconfigure --priority=low unattended-upgrades
Manual Update#
To manually update packages:
% sudo apt update && sudo apt upgrade
