Browse Source

headers: Update header installation for Fedora

Tyler Fanelli 1 year ago
parent
commit
4f0fa3b17c
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.