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 | |
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')
-rw-r--r-- | documentation/toaster-manual/setup-and-use.rst | 2 | ||||
-rw-r--r-- | documentation/toaster-manual/start.rst | 2 |
2 files changed, 2 insertions, 2 deletions
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: | |||
211 | 211 | ||
212 | - If you are using Ubuntu, run the following:: | 212 | - If you are using Ubuntu, run the following:: |
213 | 213 | ||
214 | $ sudo apt-get install apache2 libapache2-mod-wsgi-py3 mysql-server python3-pip libmysqlclient-dev | 214 | $ sudo apt install apache2 libapache2-mod-wsgi-py3 mysql-server python3-pip libmysqlclient-dev |
215 | 215 | ||
216 | - If you are using Fedora or a RedHat distribution, run the | 216 | - If you are using Fedora or a RedHat distribution, run the |
217 | following:: | 217 | 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 | |||
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 | ======================================== |