Installing
-
1. Downloading Kernel Devel
So Download the Right Kernel Devel Package
First, find out the Kernel Version with:uname-r
Take Note of the Digits prior to “fc3X” to searching for the kernel-devel Package!
Download kernel-devel for Fedora 31 GNU/Linux
Get kernel-devel .rpm PackageFirst, see in the Actual Fedora 31 Repo.
Or else try on fedora.pkgs.org.
But in case you do not find an available version the first look: How to Install New Kernel offline. -
2. Launching Terminal
Open a Shell Session
(Press “Enter” to Execute Commands)In case first see: Terminal QuickStart Guide.
How to QuickStart with Command Line on Fedora
-
3. Installing Kernel-devel Offline
Then to Set up kernel-devel Offline on Fedora
First, access the Target USB Driver or Location:cd /[path/2/kernel-devel]
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 rpm -ivh kernel-devel*.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-devel Offline on Fedora 31!
Contents