Skip to content

Commit e5e6c01

Browse files
vax-rJonathan Corbet
authored andcommitted
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
1 parent b37221c commit e5e6c01

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/admin-guide/workload-tracing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Install tools to build Linux kernel and tools in kernel repository.
8282
scripts/ver_linux is a good way to check if your system already has
8383
the necessary tools::
8484

85-
sudo apt-get build-essentials flex bison yacc
85+
sudo apt-get install build-essential flex bison yacc
8686
sudo apt install libelf-dev systemtap-sdt-dev libslang2-dev libperl-dev libdw-dev
8787

8888
cscope is a good tool to browse kernel sources. Let's install it now::

0 commit comments

Comments
 (0)