I have a Ubuntu Server running 10.04 - to be precise, Ubuntu 10.04.4 LTS
according to lsb_release -a
.
I just ran sudo apt-get update
and sudo apt-get upgrade
and got this output:
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages have been kept back:
linux-generic linux-image-generic
The following packages will be upgraded:
sudo
1 upgraded, 0 newly installed, 0 to remove and 2 not upgraded.
Need to get 328kB of archives.
After this operation, 12.3kB disk space will be freed.
Do you want to continue [Y/n]?
It seemed weird to me that only one package would need to be upgraded in a new version. I looked for a changelog on the Ubuntu site and the most recent one is for the version I have, 10.04.4, and makes no mention of sudo
at all.
Is all correct here or is there something I should be worried about?