Fedora Linux Install Linux Kernel Headers And Developer Files

by Vivek Gite on March 11, 2010 · 0 comments

I'm trying to install vmware-tools but Fedora Linux v12 prompting for kernel headers. How do I install kernel headers under Fedora Linux?

You need to install the following two packages:

  • kernel-devel : Development package for building kernel modules to match the kernel.
  • kernel-headers : Header files for the Linux kernel for use by glibc.

Type the following command as root user to install required packages:
# yum -y install kernel-devel kernel-headers
Once installed type the following command to configure vmware-tools client package:
# vmware-config-tools.pl

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 2 + 10 ?
Please leave these two fields as-is:
IMPORTANT! To be able to proceed, you need to solve the simple math so we know that you are a human and not a script.




Previous post:

Next post: