diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-10-06 20:58:12 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-10-08 22:01:24 +0100 |
commit | 33ea53f00db5760650596af24d6c5bea262ed0f6 (patch) | |
tree | 29c4231001245554ee739ca7e359b3572cf646d7 /documentation/toaster-manual/start.rst | |
parent | 4ca20be7fe65b752b424cfaacbb107edb06e3362 (diff) | |
download | poky-33ea53f00db5760650596af24d6c5bea262ed0f6.tar.gz |
manuals: replace "apt-get" by "apt"
Modern Debian based distros (such as Ubuntu) now
use "apt" instead of "apt-get"
Also make sure "apt" is invoked with root privileges (mandatory)
(From yocto-docs rev: 380ef2474f3ecc2bce83f11cd838d054bef56d22)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/toaster-manual/start.rst')
-rw-r--r-- | documentation/toaster-manual/start.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/toaster-manual/start.rst b/documentation/toaster-manual/start.rst index c687a82531..cab5d1f673 100644 --- a/documentation/toaster-manual/start.rst +++ b/documentation/toaster-manual/start.rst | |||
@@ -18,7 +18,7 @@ to run the Yocto Project. To do this, follow the instructions in the | |||
18 | the Yocto Project Development Tasks Manual. For Ubuntu/Debian, you might | 18 | the Yocto Project Development Tasks Manual. For Ubuntu/Debian, you might |
19 | also need to do an additional install of pip3. :: | 19 | also need to do an additional install of pip3. :: |
20 | 20 | ||
21 | $ sudo apt-get install python3-pip | 21 | $ sudo apt install python3-pip |
22 | 22 | ||
23 | Establishing Toaster System Dependencies | 23 | Establishing Toaster System Dependencies |
24 | ======================================== | 24 | ======================================== |