Hacker News new | ask | show | jobs
by ekianjo 3488 days ago
> They all dutifully do the upgrades and it's very rare that I have to intervene.

If you don't want to even worry about that, include a sudo apt update && sudo apt upgrade as a cron job and everything will be up to date without them doing anything.

2 comments

You're not wrong, but just want to note that Ubuntu has a number of options in the graphical settings interface to control updates, including automatic installation of (either security, or all) updates.
There are unattended upgrades for that. Though you might need to add some dpkg options such as "force-confdef" / "force-confnew".