While trying to upgrade, and after making "sudo apt-get update", I get this message
Code:
ernesto@antares:~$ sudo apt-get upgrade
Reading package lists... Done
Building dependency tree... Done
The following packages have been kept back:
linux-image-386
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
What does this mean? Why it says "1 not upgraded"? Why doesn't it upgrade that one package? Is it because it is the kernel?
OTOH, I tried to do a "sudo apt-get dist-upgrade" and it says
Code:
ernesto@antares:~$ sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree... Done
Calculating upgrade... Done
The following NEW packages will be installed:
linux-image-2.6.15-26-386
The following packages will be upgraded:
linux-image-386
1 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 21.7MB of archives.
After unpacking 62.2MB of additional disk space will be used.
Do you want to continue [Y/n]?
Will this automatically upgrade my kernel? Does it have something to do with the previous message? Why will this use an additional 60+ mb of disk space? Will it replace my current kernel with the new one or the new kernel will be added? Will it be added to grub?
Sorry for all this questioning, but I would like to know what will happen to my system if I accept to continue.