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 Kinetic. A typical ``/etc/apt/sources.list.d/taler.list`` file for this setup would look like this: .. code-block:: deb [signed-by=/etc/apt/keysrings/taler-systems.gpg] https://deb.taler.net/apt/ubuntu/ stable 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 -P /etc/apt/keyrings/ \ https://taler.net/taler-systems.gpg # 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.