I’m running Kubuntu 18.10 and when I run sudo apt-get update
, I see 3 update-able:
http://gb.archive.ubuntu.com/ubuntu cosmic-updates InRelease[83.2kb ]
http://gb.archive.ubuntu.com/Ubuntu cosmic-backports InRelease [74.6kb]
https://security.ubuntu.com/Ubuntu cosmic-security InRelease [83.2kb]
Then when I run sudo apt-get upgrade
, it says 0 to upgrade:
0 to newly install and 0 to remove and 0 to upgrade
But on my first command sudo apt-get update
, I see 3 get listed above and when I run the update, I get the 0 to upgrade 0 to Newly install, etc.
Am I missing something? I am new to Linux. Someone help please much appreciated.
sudo apt update
and follow that up withsudo apt full-upgrade
. The "full" is important. – DK Bose Dec 16 '18 at 16:26apt list --upgradable
. – Kulfy Dec 16 '18 at 16:43