From 7e669bcf6b6336ec429da949bcb4aa456971dba2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 30 Jul 2021 10:38:27 +0200 Subject: folding history in preparation of GNU Anastasis v0.0.0 release --- doc/sphinx/frags/installing-ubuntu.rst | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 doc/sphinx/frags/installing-ubuntu.rst (limited to 'doc/sphinx/frags/installing-ubuntu.rst') diff --git a/doc/sphinx/frags/installing-ubuntu.rst b/doc/sphinx/frags/installing-ubuntu.rst new file mode 100644 index 0000000..1283104 --- /dev/null +++ b/doc/sphinx/frags/installing-ubuntu.rst @@ -0,0 +1,27 @@ +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 20.04 LTS (Focal Fossa). + +A typical ``/etc/apt/sources.list.d/taler.list`` file for this setup +would look like this: + +.. code-block:: + + deb https://deb.taler.net/apt/ubuntu/ focal-fossa main + +The last line is crucial, as it adds the GNU Taler packages. + +Next, you must import the Taler Systems SA public package signing key +into your keyring and update the package lists: + +.. code-block:: console + + # wget -O - https://taler.net/taler-systems.gpg.key | apt-key add - + # apt update + +.. note:: + + You may want to verify the correctness of the Taler Systems key out-of-band. + +Now your system is ready to install the official GNU Taler binary packages +using apt. -- cgit v1.2.3