I ran Software Updater it showed "The software on this computer is up to date" then on terminal I ran sudo apt list --upgradable
which shows eight up-gradable packages.
So I ran sudo apt upgrade
and eight packages were updated
On Terminal:
$ sudo apt list --upgradable
Listing... Done
gir1.2-packagekitglib-1.0/bionic-updates 1.1.9-1ubuntu2.18.04.4 amd64 [upgradable from: 1.1.9-1ubuntu2.18.04.3]
gstreamer1.0-packagekit/bionic-updates 1.1.9-1ubuntu2.18.04.4 amd64 [upgradable from: 1.1.9-1ubuntu2.18.04.3]
libpackagekit-glib2-18/bionic-updates 1.1.9-1ubuntu2.18.04.4 amd64 [upgradable from: 1.1.9-1ubuntu2.18.04.3]
packagekit/bionic-updates 1.1.9-1ubuntu2.18.04.4 amd64 [upgradable from: 1.1.9-1ubuntu2.18.04.3]
packagekit-tools/bionic-updates 1.1.9-1ubuntu2.18.04.4 amd64 [upgradable from: 1.1.9-1ubuntu2.18.04.3]
python3-update-manager/bionic-updates,bionic-updates 1:18.04.11.7 all [upgradable from: 1:18.04.11.6]
update-manager/bionic-updates,bionic-updates 1:18.04.11.7 all [upgradable from: 1:18.04.11.6]
update-manager-core/bionic-updates,bionic-updates 1:18.04.11.7 all [upgradable from: 1:18.04.11.6]
$
Why this difference in Software Updater (update-manager) and Apt outputs?
sudo apt list --upgradable
and determine which packages are ready to upgrade. – Kulfy Nov 19 '18 at 20:42apt full-upgrade
https://askubuntu.com/questions/770135/apt-full-upgrade-versus-apt-get-dist-upgrade – Jos Nov 19 '18 at 20:42sudo apt upgrade
– Vijay Nov 19 '18 at 22:32