Installing
-
1. Downloading Kernel
So Download Kernel Packages
Download Kernel for Fedora 31 GNU/LinuxGrab kernel, kernel-core, kernel-devel, and kernel-modules Rpm Packages.
-
2. Launching Terminal
Open a Shell Session
(Press “Enter” to Execute Commands)How to QuickStart with Command Line on Fedora
-
3. Installing Kernel Offline
Then to Set up the Linux Kernel Offline on Fedora
First, access the Target USB Driver or Location:cd /[path/2/kernel]
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*.rpm
Authenticate with the User Admin Pass.
If Got “User is Not in Sudoers file” then see: How to Enable sudo.
Contents