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?
The update to
sudo
you have there is just a regular update announced in this mail. To verify what versions ofsudo
are installed and available, check out the power ofapt-cache policy
(this works for any package), e.g.:From your question I also assume that you would have expected more updates for a point release. Well,
10.04.4
or a.5
if that would be planned, is not a real "release" like a complete new version of Ubuntu to where you get a whole pile of new updates. Instead, you've already received the updates during the last months and once the release team determines it's time for a new point release, ISOs get updated as a "point release". The update forsudo
you got is just an additional update to the 10.04.4 release. It will not be included in any new point release, as.4
is the last one in the10.04
series.Please refer to these links for more information:
In fact you don't need to worry, although it's a little bit strange that just one package is to be upgraded, but as this package is sudo, maybe upgrading it and then performing
sudo apt-get update
andsudo apt-get upgrade
again you will be presented to more packages to upgrade.If you remain in doubt check Software Sources and
/etc/apt/sources.list
to see if the repositories that you use are enabled.sudo is a package just like any other and occasionally a newer version needs to be updated. I suggest you: