Installing
-
1. Downloading Kernel Headers
So Download the Right Kernel Headers Package
First, find out the Kernel Version with:uname-r
Take Note of the Digits prior to “fc3X” to searching for the kernel-headers Package!
Download kernel-headers for Fedora 33 GNU/Linux
Get kernel-headers .rpm Package -
2. Launching Terminal
Open a Shell Session
(Press “Enter” to Execute Commands)How to QuickStart with Command Line on Fedora
-
3. Installing kernel-headers Offline
Then to Set up kernel-headers Offline on Fedora
First, access the Target USB Driver or Location:cd /[path/2/kernel-headers]
To Check the Package is there:
ls | grep kernel
The grep Command Refine the output List showing only the entries Matching the Keyword.
Then simply play:sudo dnf install ./kernel-headers*.rpm
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
So Now I’m truly Happy if My Guide could Help you to Install kernel-headers Offline on Fedora 33!
Contents