From 33ea53f00db5760650596af24d6c5bea262ed0f6 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 6 Oct 2021 20:58:12 +0200 Subject: 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 Reviewed-by: Quentin Schulz Signed-off-by: Richard Purdie --- documentation/toaster-manual/start.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/toaster-manual/start.rst') 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 the Yocto Project Development Tasks Manual. For Ubuntu/Debian, you might also need to do an additional install of pip3. :: - $ sudo apt-get install python3-pip + $ sudo apt install python3-pip Establishing Toaster System Dependencies ======================================== -- cgit v1.2.3-54-g00ecf