[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: update ubuntu instructions
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: update ubuntu instructions |
Date: |
Sun, 24 Sep 2023 21:50:19 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 62c2b451 update ubuntu instructions
62c2b451 is described below
commit 62c2b4518977ce81b80c4b09afc7bfbf7c10f94b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Sep 24 21:50:12 2023 +0200
update ubuntu instructions
---
frags/installing-ubuntu.rst | 12 +++++++++---
1 file changed, 9 insertions(+), 3 deletions(-)
diff --git a/frags/installing-ubuntu.rst b/frags/installing-ubuntu.rst
index 5bd6fd93..12520ca8 100644
--- a/frags/installing-ubuntu.rst
+++ b/frags/installing-ubuntu.rst
@@ -1,15 +1,21 @@
To install the GNU Taler Ubuntu packages, first ensure that you have
the right Ubuntu distribution. At this time, the packages are built for
-Ubuntu Kinetic and Ubuntu Jammy. Make sure to have ``universe`` in your
+Ubuntu Lunar and Ubuntu Jammy. Make sure to have ``universe`` in your
``/etc/apt/sources.list`` (after ``main``) as we depend on some packages
from Ubuntu ``universe``.
A typical ``/etc/apt/sources.list.d/taler.list`` file for this setup
-would look like this:
+would look like this for Ubuntu Lunar:
.. code-block::
- deb [signed-by=/etc/apt/keyrings/taler-systems.gpg]
https://deb.taler.net/apt/ubuntu/ stable main
+ deb [signed-by=/etc/apt/keyrings/taler-systems.gpg]
https://deb.taler.net/apt/ubuntu/ lunar universe
+
+For Ubuntu Jammy use this instead:
+
+.. code-block::
+
+ deb [signed-by=/etc/apt/keyrings/taler-systems.gpg]
https://deb.taler.net/apt/ubuntu/ jammy universe
The last line is crucial, as it adds the GNU Taler packages.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: update ubuntu instructions,
gnunet <=