Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: Correct installation instruction

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

authored by

I Hsin Cheng and committed by
Jonathan Corbet
e5e6c016 b37221cc

+1 -1
+1 -1
Documentation/admin-guide/workload-tracing.rst
··· 82 82 scripts/ver_linux is a good way to check if your system already has 83 83 the necessary tools:: 84 84 85 - sudo apt-get build-essentials flex bison yacc 85 + sudo apt-get install build-essential flex bison yacc 86 86 sudo apt install libelf-dev systemtap-sdt-dev libslang2-dev libperl-dev libdw-dev 87 87 88 88 cscope is a good tool to browse kernel sources. Let's install it now::