installing-ubuntu.rst (988B)
1 To install the GNU Taler Ubuntu packages, first ensure that you have 2 the right Ubuntu distribution. At this time, the packages are built for 3 Ubuntu Lunar and Ubuntu Jammy. Make sure to have ``universe`` in your 4 ``/etc/apt/sources.list.d/ubuntu.sources`` (after ``main``) 5 as we depend on some packages from Ubuntu ``universe``. 6 7 A typical ``/etc/apt/sources.list.d/taler.list`` file for this setup 8 would look like this for Ubuntu Noble: 9 10 .. code-block:: 11 12 deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/ubuntu/ noble main 13 14 Next, you must import the Taler Systems SA public package signing key 15 into your keyring and update the package lists: 16 17 .. code-block:: console 18 19 # wget -O /etc/apt/keyrings/taler-systems.gpg \ 20 https://taler.net/taler-systems.gpg 21 # apt update 22 23 .. note:: 24 25 You may want to verify the correctness of the Taler Systems key out-of-band. 26 27 Now your system is ready to install the official GNU Taler binary packages 28 using apt.