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...
– nb52er Oct 27 '22 at 13:23sudo apt update && sudo apt install -f -y && sudo apt upgrade -y && sudo apt dist-upgrade -y && sudo apt autoremove --purge -y
-y
option. Always review the changes before accepting them. – mchid Oct 27 '22 at 13:24sudo apt update
andsudo apt upgrade
and edit your question to include any errors. Thanks. – mchid Oct 27 '22 at 13:25