mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4ca20be7fe
commit
33ea53f00d
@@ -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::
|
||||
|
||||
@@ -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
|
||||
========================================
|
||||
|
||||
Reference in New Issue
Block a user