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
- 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
- Top 30 Nmap Command Examples For Sys/Network Admins
- 25 PHP Security Best Practices For Sys Admins
- 20 Linux System Monitoring Tools Every SysAdmin Should Know
- 20 Linux Server Hardening Security Tips
- Linux: 20 Iptables Examples For New SysAdmins
- Top 20 OpenSSH Server Best Security Practices
- Top 20 Nginx WebServer Best Security Practices
- 20 Examples: Make Sure Unix / Linux Configuration Files Are Free From Syntax Errors
- 15 Greatest Open Source Terminal Applications Of 2012

- My 10 UNIX Command Line Mistakes
- Top 10 Open Source Web-Based Project Management Software
- Top 5 Email Client For Linux, Mac OS X, and Windows Users
- The Novice Guide To Buying A Linux Laptop











{ 3 comments… read them below or add one }
Please note, if a PAE kernel is running, then you need to use the command yum install kernel-PAE-devel
after yum install kernel-PAE-devel ….and after reboot….ops something it’s going wrong contact the administrator :) how can i proceed now?
ok reboot crashed :)
the system now its ok i installed successfully VboxGuestAdditions on fedora 16 and kernel 3.6.11-4.fc16.i686.PAE …….
Thankyou