How to install kernel-devel. OpenSUSE 11.1 64bits

Hi.

I’m trying to install kernel-devel but I’m having problems

I type the command:

yast -i kernel-devel automake autoconf

I get the error:

Following packages haven’t been found on the medium: kernel-devel

Thank you.

Hi
That’s because kernel-devel is a pattern not a package like automake
and autoconf are. You need to use the pattern switch for yast. I use
zypper;


sudo zypper in -t pattern kernel-devel


Cheers Malcolm °¿° (Linux Counter #276890)
SUSE2.6.27.15-2-default
up 1 day 13:08, 2 users, load average: 0.29, 0.30, 0.35
GPU GeForce 6600 TE/6200 TE - Driver Version: 180.35

yep… I am in the same problem.

Tried what you said, but then:…:open_mouth:

sudo zypper in -t pattern kernel-devel

Loading repository data…
Reading installed packages…
‘kernel-devel’ not found.
Resolving package dependencies…
Nothing to do.

Some other suggestions?..:expressionless:

Hi
My mistake, it’s kernel_devel an underscore…

Use the zypper se -t pattern to see them all.


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 (i586) Kernel 2.6.27.19-3.2-pae
up 3 days 0:42, 2 users, load average: 1.51, 3.63, 1.84
ASUS eeePC 1000HE ATOM N280 1.66GHz | GPU Mobile 945GM/GMS/GME

Thanks… I tried:

zypper in -t pattern kernel_devel

Loading repository data…
Reading installed packages…
‘kernel_devel’ not found.
Resolving package dependencies…
Nothing to do.

but still didn’t work. :’(

some other solution? :wink:

Hi
Just checked, it’s called devel_kernel :frowning:


sudo zypper in -t pattern devel_kernel


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 (i586) Kernel 2.6.27.19-3.2-pae
up 3 days 2:07, 2 users, load average: 0.04, 0.09, 0.10
ASUS eeePC 1000HE ATOM N280 1.66GHz | GPU Mobile 945GM/GMS/GME

yep… also tried:

zypper in -t pattern devel_kernel

Loading repository data…
Reading installed packages…
‘devel_kernel’ is already installed.
Resolving package dependencies…
Nothing to do.

ahaha… it maybe could also be named devils_kernel! rotfl!

some other idea!?

'devel_kernel' **is already installed**.

So where’s your problem?

Hi
So are you wanting the kernel-source then?


sudo zypper in kernel-source kernel-syms linux-kernel-headers
module-init-tools make gcc


Cheers Malcolm °¿° (Linux Counter #276890)
openSUSE 11.1 (i586) Kernel 2.6.27.19-3.2-pae
up 3 days 2:30, 1 user, load average: 0.25, 0.15, 0.14
ASUS eeePC 1000HE ATOM N280 1.66GHz | GPU Mobile 945GM/GMS/GME

Yep… I have to install the nVidia graphics card with the best features for opengl software development. So, now the source was compiled and is working perfect! Thanks guys… :slight_smile: