commit 733e1fb0ae40ee10fb4176786dd2795380b6e134 parent 87ff7614592c4379fa755a7b0d0bd684b814b9ff Author: Christian Grothoff <christian@grothoff.org> Date: Mon, 7 Apr 2025 15:06:35 +0200 we now only support Noble, fix path, fixes #9657 Diffstat:
| M | frags/installing-ubuntu.rst | | | 18 | +++--------------- |
1 file changed, 3 insertions(+), 15 deletions(-)
diff --git a/frags/installing-ubuntu.rst b/frags/installing-ubuntu.rst @@ -1,23 +1,11 @@ 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 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``. +``/etc/apt/sources.list.d/ubuntu.sources`` (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 for Ubuntu Lunar: - -.. code-block:: - - deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/ubuntu/ lunar taler-lunar - -For Ubuntu Mantic use this instead: - -.. code-block:: - - deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/ubuntu/ mantic taler-mantic - -For Ubuntu Noble use this instead: +would look like this for Ubuntu Noble: .. code-block::