summaryrefslogtreecommitdiff
path: root/frags/installing-debian.rst
blob: 9e06264f94db44bfb491a8e3fc7f144a3eb25113 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
To install the GNU Taler Debian packages, first ensure that you have
the right Debian distribution. At this time, the packages are built for
Bullseye.

You need to add a file to import the GNU Taler packages. Typically,
this is done by adding a file ``/etc/apt/sources.list.d/taler.list`` that
looks like this:

.. code-block::

   deb [signed-by=/etc/apt/trusted.gpg.d/taler-systems.gpg] https://deb.taler.net/apt/debian bullseye main

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 taler-systems.gpg -P /etc/apt/trusted.gpg.d/ https://taler.net/taler-systems.gpg.key
   # apt update

.. note::

   You may want to verify the correctness of the Taler Systems SA key out-of-band.

Now your system is ready to install the official GNU Taler binary packages
using apt.