Ubuntu apt-get install linux-image
Posted
by
Karl Kloppenborg
on Ask Ubuntu
See other posts from Ask Ubuntu
or by Karl Kloppenborg
Published on 2012-04-02T01:39:35Z
Indexed on
2012/04/02
5:42 UTC
Read the original article
Hit count: 395
I'd like someone to enlighten me as to what exactly goes on with aptitude
when I want a kernel.
As we all know, there's pretty much the following kernel option:
linux-image-generic
linux-image-server
linux-image-virtual
This morning I did an install and it had linux-image-generic
on it, so I ran the following:
apt-get -y remove linux-image-*
This removed all my kernels as expected, I followed suit with running:
apt-get install linux-image-virtual
Says I've installed linux-image-server
!?
Am I missing something here, because I checked twice and it did it twice, however if I manually select a kernel (in my instance I used: linux-image-2.6.35-30-virtual
) it will install linux-image-virtual
.
This seems rather strange to me?
Details: Running Ubuntu 9.10
Am I missing something? :)
© Ask Ubuntu or respective owner