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 <[email protected]> Reviewed-by: Charlie Jenkins <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent b37221c commit e5e6c01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)