Browse Source

Update Archlinux kernel headers instructions

`linux-libre-headers` has been moved to AUR [1]. We can simply install `linux-headers` [2] instead.

[1] https://aur.archlinux.org/packages/linux-libre-headers/
[2] https://archlinux.org/packages/core/x86_64/linux-headers/
xatier 3 years ago
parent
commit
1f9f201940
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lkmpg.tex

+ 1 - 1
lkmpg.tex

@@ -176,7 +176,7 @@ apt-cache search linux-headers-`uname -r`
 
 
 On Arch Linux:
 On Arch Linux:
 \begin{codebash}
 \begin{codebash}
-sudo pacman -S linux-libre-headers
+sudo pacman -S linux-headers
 \end{codebash}
 \end{codebash}
 
 
 This will tell you what kernel header files are available.
 This will tell you what kernel header files are available.