Installing Requirements
- 
2. Downloading DkmsDownload Fedora DKMS for Fedora GNU/Linux Store it in a external Storage Device. 
- 
3. Downloading Kernel Headers & SourceSo Download the Right kernel-devel & kernel-headers Packages 
 First, find out the Kernel Version with:uname-r Take Note of the Digits prior to “fc33” to searching for the kernel-devel Package! Download kernel-devel/kernel-headers for Fedora 35 GNU/Linux Get kernel-devel+kernel-headers .rpm PackagesFirst, see in the Actual Fedora 35 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.
- 
4. Installing Kernel Headers & SourceThen to Install Kernel Headers & Source Code 
 First, extract the Archive as for the previouse Tools:cd /[path/2/device] sudo dpkg -ivh kernel*.rpm 
- 
5. Installing PackagesThen to Install Required Packages 
 First, access the Target Packages Location:cd ~/Downloads To Check the Package are there: ls | grep dkms The grep Command Refine the output List showing only the entries Matching the Keyword. 
 Sure, the Group is exceding the needed Setup, so possibly you can remove some unnecessary Packages…
 Then simply play:sudo dnf install ./dkms*.rpm Or: sudo dpkg -ivh ./dkms*.rpm Authenticate with the User Admin Pass. 
 If Got “User is Not in Sudoers file” then see: How to Enable sudo.
 Finally, if some dependency is missing you can download it just browsing the Fedora Mirror as for the Kernel in the previous step.
Contents
