This seems to mean that when I point VMware player at the path of the kernels I get this error: C header files matching your running kernel were not found. Refer to your distribution's documentation for installation instructions. Improve this question. Timo 5, 24 24 silver badges 27 27 bronze badges. Just curious Why aren't you running the latest kernel in Fedora 19? Not by a my own decision.
I installed from the webiste the latest build that i could. Is there a way to update the kernel? Most keep all the packages current by using the Package Manager or as root executing yum update from a command line. Done frequently, and with a decent Internet connection, it doesn't take long, but you've got a bit of catch-up to do. To use the new kernel, you'll need to reboot after the update is done. Add a comment. Active Oldest Votes.
To extend the functionality, YUM also supports many plugins. It also simplifies configuring your own repositories and RPM packages. As one of the default package managers, YUM should come pre-installed with Fedora. Run the following commands to verify if YUM is installed:.
This section demonstrates some of its most common and important commands. To install a package, YUM requires the package name. Assuming you have the package name, run the following command to install it. YUM will automatically resolve and install all the necessary dependencies.
If there needs to install multiple packages, then just place all the package names separated by space. When installing any package, YUM will ask for confirmation. Add a comment. Active Oldest Votes. Improve this answer. Paul Roub Sign up or log in Sign up using Google. Sign up using Facebook. Sign up using Email and Password.
Post as a guest Name. Email Required, but never shown. So likely on your system as well if you are running a x distro on a modern system. The important part : the package containing the kernel with PAE support is not called "kernel" -- it's called "kernel-PAE" instead. And that's not the only package where "-PAE" is used as suffix.
That has major certain consequences on systems where Fedora 11 installs kernel-PAE: when you build kernel modules with akmods, dkms, or manually, then you from now on need to install kernel-PAE-devel instead of kernel-devel similar for kernel-modules: instead of "yum install kmod-nvidia" your now need to type "yum install kmod-nvidia-PAE".
0コメント