The kernel packages are named:
In Debian 3.1 stable 'sarge':
kernel-image-2.4-...
kernel-image-2.6-...
In Debian testing/unstable 'etch'/'sid':
linux-image-...
Where the "..." part is some suffix for the various available kernels.
To see a list of all avaialble kernels, execute
In Debian 3.1 stable 'sarge':
Code:
apt-cache search kernel-image- --names-only
In Debian testing/unstable 'etch'/'sid':
Code:
apt-cache search linux-image- --names-only
To install the latest kernel of a particular hardware optimization, install the metapackage that doesn't specify any exact kernel version
E.g. the latest available Linux 2.6 kernel for AMD Athlon/AthlonXP/Duron/Sempron(32-bit) (and also Athlon 64 systems if you want to run a 32-bit kernel on them) systems on Debian 'sarge':
kernel-image-2.6-k7
E.g. The latest available Linux kernel on Intel Pentium 4 systems supporting hyper-threading on Debian 'etch' or 'sid':
linux-image-686-smp
... and so on. Just install the kernel package of your liking.