Issues with ubuntu kernel

Matt Zimmerman mdz at canonical.com
Wed Oct 6 23:06:22 UTC 2004


On Tue, Oct 05, 2004 at 12:36:00PM +1000, James Gregory wrote:

> I thought that may be it, but apt isn't showing me new kernels. It's
> quite likely I'm doing something wrong though. I've done apt-get update,
> and doing this:
> 
> root at ubuntu:~ # apt-cache search linux-image

apt-cache search only shows you the names of the packages, not their
version.  In the case of the kernel, the package name includes a release
number, but the package itself has a different version.

apt-get update only updates the list of available packages.  apt-get upgrade
actually downloads and installs the latest versions.

sudo apt-get install linux-k7 will give you the latest kernel, and keep you
up to date with future upgrades.

-- 
 - mdz




More information about the ubuntu-users mailing list