-1

Few days ago I successfully upgraded the Kubuntu from 19.04 to 19.10. After migration to new version, I cannot find any app which allows to download and install new updates. Before migration everything worked fine, now system tray (Status and notifications)does not show update app.

What can I do to fix it?

"sudo apt update" returns more than 750 packages that can be updated but nothing is installed.

1 Answers1

0

sudo apt update merely refreshes apt's package database.

To actually install upgrades, you must follow with sudo apt upgrade.

user535733
  • 62,253