I have not received any more update notifications since posting here and following your recommendations
To be clear, the recommendations given were basic maintenance, and are unlikely to have affected the notifications. It was a separate issue.
Hereās a little background on (likely) why you received the notifications, and what to do about itā¦
Unattended Upgrades is included on every release of Ubuntu (except Ubuntu Core, which doesnāt use apt). UU is made up of two jobs, and those jobs run semi-randomly twice daily.
- One job does the equivalent of
apt update
. - A different job does the equivalent of
apt upgrade
Since these run semi-randomly, many hours might separate the two. And during that time, you might get a (true) notification that āupgrades are available.ā
What to do about it? Nothing. On a properly working system, the second job will handle it automatically.
So why do you get a notification at all? Well, for two reasons:
-
Not all updates are security updates. ONLY security updates are automatic on a stock install of Ubuntu. Other updates (bugfixes) are not. You changed that, but there still might be other updates --like from non-Ubuntu sources-- that still wonāt be automatic.
-
Itās the way you will learn if Unattended Upgrades isnāt working for some reason.
Since you are not getting any more notifications, it seems likely that Unattended Upgrades is working properly, and you are indeed receiving completely automatic upgrades of Ubuntu packages (but not non-Ubuntu packages).
Along with @ian-weisser great advice and suggestions I would still get rid of the Debian Media repo.
This topic was automatically closed after 30 days. New replies are no longer allowed.