[elbe-devel] [PATCH 4/6] docs: quickstart: prefer "extrepo" for repository setup

Thomas Weißschuh thomas.weissschuh at linutronix.de
Tue Dec 17 11:53:27 CET 2024


The ELBE repository is part of the extrepo utility.
Recommend its usage as that is easier.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
 docs/article-quickstart.rst | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/docs/article-quickstart.rst b/docs/article-quickstart.rst
index c20635a0211b22901a24feea9683e298610fb431..1d513017e29fac723a92d301ae9810ffc7a97b36 100644
--- a/docs/article-quickstart.rst
+++ b/docs/article-quickstart.rst
@@ -56,12 +56,27 @@ But ELBE can also be installed from git.
 Binary Debian packages
 ----------------------
 
+Repository
+^^^^^^^^^^
+
 The latest packages for elbe reside in the following repository
 
 ::
 
    http://debian.linutronix.de/elbe
 
+It can be enabled conveniently with the ``extrepo`` utility.
+
+::
+
+   # apt install extrepo
+   # extrepo enable elbe
+
+Repository (manual)
+^^^^^^^^^^^^^^^^^^^
+
+If ``extrepo`` does not work for you, set up the repository manually.
+
 Install the repository key to a known place (as root):
 
 ::
@@ -74,6 +89,9 @@ Add the following content to the file ``/etc/apt/sources.list``
 
    # echo "deb [signed-by=/usr/share/keyrings/elbe-archive-keyring.gpg] http://debian.linutronix.de/elbe bookworm main" >> /etc/apt/sources.list
 
+Setup
+^^^^^
+
 Then run (as root):
 
 ::

-- 
2.47.1



More information about the elbe-devel mailing list