Skip to content

Commit 4f0fa3b

Browse files
committed
headers: Update header installation for Fedora
1 parent 9e9f5a8 commit 4f0fa3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

lkmpg.tex

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,11 @@ \section{Headers}
215215
sudo pacman -S linux-headers
216216
\end{codebash}
217217

218+
On Fedora:
219+
\begin{codebash}
220+
sudo dnf install kernel-devel kernel-headers
221+
\end{codebash}
222+
218223
\section{Examples}
219224
\label{sec:examples}
220225
All the examples from this document are available within the \verb|examples| subdirectory.

0 commit comments

Comments
 (0)