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/setup-and-use.rst | 2 +- documentation/toaster-manual/start.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/toaster-manual') diff --git a/documentation/toaster-manual/setup-and-use.rst b/documentation/toaster-manual/setup-and-use.rst index 4f71b58418..0da8326926 100644 --- a/documentation/toaster-manual/setup-and-use.rst +++ b/documentation/toaster-manual/setup-and-use.rst @@ -211,7 +211,7 @@ Be sure you meet the following requirements: - If you are using Ubuntu, run the following:: - $ sudo apt-get install apache2 libapache2-mod-wsgi-py3 mysql-server python3-pip libmysqlclient-dev + $ sudo apt install apache2 libapache2-mod-wsgi-py3 mysql-server python3-pip libmysqlclient-dev - If you are using Fedora or a RedHat distribution, run the following:: 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