a new weeks ago, I had to re-install my system because my OS was out up date. I think I did not take system update seriously and end up loose some of my config. I am asking myself few questions.
- Should I auto update my OS (For example add a crontab that simple
does
sudo apt update
regularly) - Should I do the same for (
sudo apt upgrade
) - How to make sure I don't miss update again (I know the major update is in 4 years)
Thanks
universe
repository are 3 years, where asmain
Ubuntu repository is 5 years). Also notesudo apt upgrade
may not perform all upgrades;apt- full-upgrade
exists for that purposes (read theman
pages) – guiverc Jan 08 '21 at 07:59