PDA

View Full Version : [ubuntu] Update Manager recommendations


kryos
August 15th, 2009, 05:32 PM
Unsure of what should and should not be updated based upon description recommendations of individual updates, etc. Typical description:

"This package contains the Linux kernel image for version 2.6.24 on x86/x86_64.
Also includes the corresponding System.map file, the modules built by the packager, and scripts that try to ensure that the system is not left in an unbootable state after an update.
Supports Generic processors.
Geared toward desktop systems.
You likely do not want to install this package directly. Instead, install the linux-generic meta-package, which will ensure that upgrades work correctly, and that supporting packages are also installed."

This last paragraph has always confused me. Any thoughts?

Inspiron 530N
8.04 LTS

slakkie
August 15th, 2009, 05:40 PM
First please do this:


sudo aptitude update


Could you tell me what the output is of the following command:


sudo aptitude -s safe-upgrade


Basicly, if you already have linux-image-generic, you will upgrade the package which actually contains the kernel, eg linux-image-x.y.z-generic.

You can see this by looking at the dependency of the meta package:


aptitude -D show linux-image-generic
# or
apt-cache depends linux-image-generic


If linux-image-x.y.z-generic will be upgraded the z part will be upgraded if you will.
linux-image-1.2.3-generic will be upgraded to 1.2.4, you will stay in the 1.2 branch of the kernel.

If you don't like it you can go back to booting the older kernel via grub.

kryos
August 18th, 2009, 11:29 PM
Thanks for the input. Bit the bullet and installed all pertinent updates.