installing-debian.rst (794B)
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 Bullseye. 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 https://deb.taler.net/apt/debian bullseye 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 - https://taler.net/taler-systems.gpg.key | apt-key add - 19 # apt update 20 21 .. note:: 22 23 You may want to verify the correctness of the Taler Systems key out-of-band. 24 25 Now your system is ready to install the official GNU Taler binary packages 26 using apt.