Linux (Debian/Ubuntu) unattended-upgrades

The purpose of unattended-upgrades is to keep the computer current with the latest security (and other) updates automatically.

sudo apt install unattended-upgrades
sudo dpkg-reconfigure -plow unattended-upgrades
,