I recently installed Ubuntu Mate 15.10 and experiencing the issue where Software Updater is not notifying me when there are new software updates. Any suggestion(s) how to fix?
Two places to check:
-
Software & Updates, from the System â Administration menu. Check the Updates tab for the frequency of checking for updates.
-
Start-up Applications, from the System â Preferences â Personal menu. Near the bottom of the list, there should be one called âUpdate Notifierâ. If not, simply add the command
update-notifier
and the notifier should appear when you next login.
See also:
Thanks for the suggestion lah7. update-notifier is installed but is not listed in Start-up Applications, from the System â Preferences â Personal menu. Reinstalling update-notifier made no difference.
Try changing your software download location and updating again per the update guide I posted above!.
Obtaining the updates is not my issue. Itâs not being notified when software updates become available.
Hi there
Sometimes the updater just needs a kick start to get it working. Have you tried a manual update?
Code:
sudo apt-get update
Hi. Updating is not the issue. Itâs not being notified there are new software updates. Thanks just the same.
This has been covered above, but check to make sure.
Code:
update-notifier
That should come back with a warning, âalready runningâ.
Yes. I see the process running.
I have the same issue in UM 16.04.10 on a Thinkpad T460. [quote=âv3xx, post:9, topic:4862â]
update-notifier
[/quote]
It shows âalready runningâ but I wonât be informed on any updates and it is also not visible in the menu.
Hi maro
Have you tried a reinstall?
sudo apt install --reinstall update-manager-core update-manager update-notifier update-notifier-common
Then update and see if update-manager will kick in.
sudo apt update
My desktop solution was to disable notifications and use synaptic Leaving me to choose when and what gets updated.
Hi all,
âSoftware Updaterâ seems to be running okay now, I just had it running and it worked without hassle!.
Thanks @anon42388993 and @wolfman
On my T460 the issue is solved. Updates are working perfectly.
Hi
I previously switched from Xfce (Xubuntu) to (Ubuntu) Mate
right from the start I had discovered this issue: update notifier was not working - in any way. No automatic notifications for available updates. I checked the Update preferences, my user rights (admin). But still the same issues.
then I did what was mentioned here: I reinstalled the update-manager
sudo apt install --reinstall update-manager-core update-manager update-notifier update-notifier-common
and
sudo apt update
still no notification
but when I tried
update-notifier
I got following message in the terminal
>mycomputer0:~$ update-notifier
> sh: 1: dropbox: not found
> /usr/bin/update-manager:28: PyGIWarning: Gtk was imported without specifying a version first. Use gi.require_version('Gtk', '3.0') before import to ensure that the right version gets loaded.
> from gi.repository import Gtk
> /usr/lib/python3/dist-packages/UpdateManager/UnitySupport.py:29: PyGIWarning: Dbusmenu was imported without specifying a version first. Use gi.require_version('Dbusmenu', '0.4') before import to ensure that the right version gets loaded.
> from gi.repository import Dbusmenu, Unity
> /usr/lib/python3/dist-packages/UpdateManager/UnitySupport.py:29: PyGIWarning: Unity was imported without specifying a version first. Use gi.require_version('Unity', '7.0') before import to ensure that the right version gets loaded.
> from gi.repository import Dbusmenu, Unity
And after ~30sec Update-Notifier jumps in
Could this be the issue why it is not working automatically after log-in?
Any way to solve this issue?
kind regards for any advice
Juergen
Those warnings are harmless and wonât affect the operation of the update notifier.
I have Ubuntu MATE 16.04 on a relatives laptop and they never get the update notification. Iâve tried everything on this thread but no luck.
I just began to wonder about this in Ubuntu MATE 17.10 when I see I am still on Firefox 56, when it should have been upgraded to 57. I waited 30 min. after log in for a notification, but none appeared in that time. It should not take longer than that, I would think. At that point, I ran apt-get -s upgrade (below), and it shows the system is aware of no upgrades - so it follows there would be no notifications. Like in 16.04, the problem may be with the checking, not the notifying. My checks here are set for daily, and notifications set for immediately.
dmn@Sydney:~$ apt-get -s upgrade
NOTE: This is only a simulation!
apt-get needs root privileges for real execution.
Keep also in mind that locking is deactivated,
so dont depend on the relevance to the real current situation!
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Can anyone remedy this issue?
Never-mind. I will just install Ubuntu MATE 18.04 on my relatives laptop - hopefully that will not get this issue.