taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

installing-debian.rst (871B)


      1 To install the GNU Taler Debian packages, first ensure that you have
      2 the right Debian distribution. At this time, the packages are built for
      3 Debian trixie.
      4 
      5 You need to add a file to import the GNU Taler packages. Typically,
      6 this is done by adding a file ``/etc/apt/sources.list.d/taler.list`` that
      7 looks like this:
      8 
      9 .. code-block::
     10 
     11    deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/debian trixie main
     12 
     13 Next, you must import the Taler Systems SA public package signing key
     14 into your keyring and update the package lists:
     15 
     16 .. code-block:: console
     17 
     18    # wget -O /etc/apt/keyrings/taler-systems.gpg \
     19        https://taler.net/taler-systems.gpg
     20    # apt update
     21 
     22 .. note::
     23 
     24    You may want to verify the correctness of the Taler Systems SA key out-of-band.
     25 
     26 Now your system is ready to install the official GNU Taler binary packages
     27 using apt.