LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how to get matching linux-kernel-headers (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-get-matching-linux-kernel-headers-686899/)

grap-pack 11-28-2008 12:22 PM

how to get matching linux-kernel-headers
 
I'm running opensuse 11, with kernel kernel-pae-2.6.25.18-0.2. How can I get linux-kernel-headers that match this kernel.

colucix 11-28-2008 12:34 PM

The kernel headers don't have any PAE, SMP, or any other extension. You simply have to check the correct version number. Open YAST --> Software Manager and look for linux-kernel-headers. Alternatively, from the command line do (as root)
Code:

zypper info linux-kernel-headers
and if you find what you're looking for just do
Code:

zypper install linux-kernel-headers
and the trick is done.


All times are GMT -5. The time now is 08:53 PM.