mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +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
@@ -5874,7 +5874,7 @@ system image files much faster.
|
||||
use the tool without specifying ``PATH`` even from the root
|
||||
account::
|
||||
|
||||
$ sudo apt-get install bmap-tools
|
||||
$ sudo apt install bmap-tools
|
||||
|
||||
- If you are unable to install the ``bmap-tools`` package, you will
|
||||
need to build Bmaptool before using it. Use the following command::
|
||||
@@ -7066,7 +7066,7 @@ to fetch the repository information:
|
||||
|
||||
.. code-block:: none
|
||||
|
||||
# apt-get update
|
||||
$ sudo apt update
|
||||
|
||||
After this step,
|
||||
``apt`` is able to find, install, and upgrade packages from the
|
||||
@@ -8249,7 +8249,7 @@ might be significant in human-readable form. Here is an example::
|
||||
|
||||
|
||||
Alternatively, you can install ``python3-git`` using the appropriate
|
||||
distribution package manager (e.g. ``apt-get``, ``dnf``, or ``zipper``).
|
||||
distribution package manager (e.g. ``apt``, ``dnf``, or ``zipper``).
|
||||
|
||||
To see changes to the build history using a web interface, follow the
|
||||
instruction in the ``README`` file
|
||||
|
||||
Reference in New Issue
Block a user