Results 1 to 7 of 7

Thread: Never-ending "Software updates installed" notification. How can I remove it?

  1. #1
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,273
    Distro
    Ubuntu

    Question Never-ending "Software updates installed" notification. How can I remove it?

    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:

    1. Uninstall Gnome Software with
      Code:
      sudo apt purge gnome-software
    2. 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?
    Attached Images Attached Images
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  2. #2
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Never-ending "Software updates installed" notification. How can I remove it?

    Hi Paddy have a look here for Jammy: https://askubuntu.com/questions/1469...d-notification
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  3. #3
    Join Date
    May 2008
    Location
    United Kingdom
    Beans
    5,273
    Distro
    Ubuntu

    Re: Never-ending "Software updates installed" notification. How can I remove it?

    Thank you, @1fallen. I deleted the oddly-named file /var/lib/PackageKit/offline-update-competed, and that did the trick!
    Always make regular backups of your data (and test them).
    Visit Full Circle Magazine for beginners and seasoned Linux enthusiasts.

  4. #4
    Join Date
    Apr 2024
    Location
    Nova Scotia, Canada
    Beans
    16
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Never-ending "Software updates installed" notification. How can I remove it?

    Quote Originally Posted by Paddy Landau View Post
    Thank you, @1fallen. I deleted the oddly-named file /var/lib/PackageKit/offline-update-competed, and that did the trick!
    The same thing happens to me. I have to delete that file every time I install updates through Gnome software.

  5. #5
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Never-ending "Software updates installed" notification. How can I remove it?

    You could just disable it:
    Code:
    systemctl disable packagekit.service
    More info on that here: https://www.freedesktop.org/software.../pk-intro.html

    I'm glad I don't rely on GUI software anything.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

  6. #6
    Join Date
    Apr 2024
    Location
    Nova Scotia, Canada
    Beans
    16
    Distro
    Ubuntu 24.04 Noble Numbat

    Re: Never-ending "Software updates installed" notification. How can I remove it?

    Quote Originally Posted by 1fallen View Post
    You could just disable it:
    Code:
    systemctl disable packagekit.service
    More info on that here: https://www.freedesktop.org/software.../pk-intro.html

    I'm glad I don't rely on GUI software anything.
    I kinda want to remove it altogether. It came in when I installed (flatpak) lutris. I do most of my installing and updating through command line but I didn't want to mess up Lutris.

  7. #7
    Join Date
    Aug 2016
    Location
    Wandering
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: Never-ending "Software updates installed" notification. How can I remove it?

    Quote Originally Posted by nicolasdentremont View Post
    Ibut I didn't want to mess up Lutris.
    I'll have to study that one.
    With realization of one's own potential and self-confidence in one's ability, one can build a better world.
    Dalai Lama>>
    Code Tags | System-info | Forum Guide lines | Arch Linux, Debian Unstable, FreeBSD

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •