9

gnome software terminal how can I fix the error:

unable to install updates prepared update not found /var/lib/packagekit/prepared-update

in ubuntu 22.04.01 LTS gnome software?

I've already tried to update through the terminal, but the pending packages are still not being installed.

My skills are limited, and I haven't been able to solve the problem for 3 days...

If anyone can help, thanks in advance...

1 Answers1

3

Looks like there was a bug in GNOME's Automatic Updates that was fixed around Jul-2022.

It may take a while for this fix to reach the end-users, especially if their upgrades fail...

Can try upgrading via the terminal, as suggested by mchid -
run sudo apt update and sudo apt upgrade

Eventually, it should be able to install the fix to GNOME Automatic Updates.

Gonen
  • 131