]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
docs: Correct installation instruction
authorI Hsin Cheng <richard120310@gmail.com>
Thu, 6 Mar 2025 03:07:08 +0000 (11:07 +0800)
committerJonathan Corbet <corbet@lwn.net>
Wed, 12 Mar 2025 22:40:06 +0000 (16:40 -0600)
Ammend missing "install" operation keyword after "apt-get", and fix
"build-essentials" to "build-essential".

Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
Reviewed-by: Charlie Jenkins <charlie@rivosinc.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250306030708.8133-1-richard120310@gmail.com
Documentation/admin-guide/workload-tracing.rst

index 6be38c1b9c5bb4be899fd261c6d2911abcf959dc..d6313890ee41eaf54ff212532751dbd36c1914b3 100644 (file)
@@ -82,7 +82,7 @@ Install tools to build Linux kernel and tools in kernel repository.
 scripts/ver_linux is a good way to check if your system already has
 the necessary tools::
 
-  sudo apt-get build-essentials flex bison yacc
+  sudo apt-get install build-essential flex bison yacc
   sudo apt install libelf-dev systemtap-sdt-dev libslang2-dev libperl-dev libdw-dev
 
 cscope is a good tool to browse kernel sources. Let's install it now::