I think auto-updates only do security updates, not everything.
I don't do auto-updates, been burned a few times, left with unworking systems.
Anyways, every week, run these:
Code:
sudo apt update
sudo apt full-upgrade
sudo apt autoremove
apt shouldn't be used in any crontab script. Use apt-get instead if that is your intention. apt has a warning about the API not being stable. Believe it.
Also, check whether the system needs to be rebooted afterwards and reboot within the next 24 hrs, if needed. Some desktop apps can have issue when their unloaded libraries get updated and they are still running, then get loaded. Servers tend to handle these updates better and can handle reboot delays a few days, usually. Most of the time, reboots aren't necessary.
This link seems a bit dated, but https://help.ubuntu.com/community/Au...ecurityUpdates . At this point, really should be using sudoedit to edit system files.
Another set of options: https://help.ubuntu.com/community/AutoWeeklyUpdateHowTo
Bookmarks