Fixing Kernel Devel
-
6. Fixing Kernel Devel
Next is necessary to Get Right Kernel Development Package
This is Needed to achieve the wl Kernel Module integration on system.
So first Check what’s the actual Kernel’s Version:uname -r
And then see if it’s Identical to the kernel-devel Downloaded package with:
ls | grep kernel-devel
The grep Command Refine the output List showing only the entries Matching the Keyword.
But if it Do Not Match the present Kernel release then you need to Get the Right kernel-devel Package!
So first to Remove the kernel-devel Package:rm kernel-devel*.rpm
And then provide to Get the Exact one.
Downloading kernel-devel for Fedora 28 GNU/LinuxGrab the Same Release as you found with the Former Command.
Contents