How to Install Kernel Without Internet on Fedora 34

March 22, 2021 | By the+gnu+linux+evangelist.

Installing

  1. 1. Downloading Kernel

    So Download Kernel Packages
    Download Kernel for Fedora 34 GNU/Linux

    Get Kernel .rpm Packages
    For the current Linux Kernel Release look in: Fedora 34 Repo.
    Or possibly find out the newest Releases in: Fedora 34 Updates.

    Grab kernel, kernel-core, kernel-devel, and kernel-modules Rpm Packages.

  2. 2. Launching Terminal

    Open a Shell Session
    (Press “Enter” to Execute Commands)

    Open Terminal

    How to QuickStart with Command Line on Fedora

    Bash Shell QuickStart Guide
  3. 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.


QuickChic Theme • Powered by WordPress