From 4f0fa3b17cd394f2aa91e061dd947918e7a36600 Mon Sep 17 00:00:00 2001 From: Tyler Fanelli Date: Fri, 7 Jul 2023 23:58:30 -0400 Subject: [PATCH] headers: Update header installation for Fedora --- lkmpg.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lkmpg.tex b/lkmpg.tex index 92e2234..a43a340 100644 --- a/lkmpg.tex +++ b/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.