Browse Source

Merge pull request #212 from tylerfanelli/dnf_notes

headers: Update header installation for Fedora
Jim Huang 1 year ago
parent
commit
433d031ae0
1 changed files with 5 additions and 0 deletions
  1. 5 0
      lkmpg.tex

+ 5 - 0
lkmpg.tex

@@ -215,6 +215,11 @@ On Arch Linux:
 sudo pacman -S linux-headers
 \end{codebash}
 
+On Fedora:
+\begin{codebash}
+sudo dnf install kernel-devel kernel-headers
+\end{codebash}
+
 \section{Examples}
 \label{sec:examples}
 All the examples from this document are available within the \verb|examples| subdirectory.