For a while now (probably a few weeks, though I'm unsure of that), every time I boot my computer, Gnome Software Store gives me the notification, "Software Updates installed. Important OS updates have been installed."
When I click on the notification, I get the following list. It's always the same list, even though there have been many updates since this notification started happening.
Automatic Updates and Automatic Update Notifications are turned off.
What's curious is that the current installation of Grub is version 2.06-2ubuntu7.2.
Code:
$ apt list --installed 'grub*'
Listing... Done
grub-common/jammy-updates,now 2.06-2ubuntu7.2 amd64 [installed]
grub-efi-amd64-bin/jammy-updates,jammy-security,now 2.06-2ubuntu14.4 amd64 [installed]
grub-efi-amd64-signed/jammy-updates,jammy-security,now 1.187.6+2.06-2ubuntu14.4 amd64 [installed]
grub-gfxpayload-lists/jammy,now 0.7 amd64 [installed]
grub-pc-bin/jammy-updates,now 2.06-2ubuntu7.2 amd64 [installed]
grub-pc/jammy-updates,now 2.06-2ubuntu7.2 amd64 [installed]
grub2-common/jammy-updates,now 2.06-2ubuntu7.2 amd64 [installed]
I've tried this:
- Uninstall Gnome Software with
Code:
sudo apt purge gnome-software
- Reinstall Gnome Software with
Code:
sudo apt install gnome-software
But that didn't help.
I'm using Ubuntu 22.04.
Do you know how I can get rid of this notification, please?