diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-09-01 00:11:53 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-09-01 00:11:54 +0200 |
commit | 7bc7662c0933cce7dd61020551a3e847685bc3f8 (patch) | |
tree | e864abc2d10422d71d0e73de7efc5a12f1fc40dd | |
parent | da795d9f4160ef1d39279c07f76481f2c7f7cb20 (diff) | |
download | anastasis-7bc7662c0933cce7dd61020551a3e847685bc3f8.tar.gz anastasis-7bc7662c0933cce7dd61020551a3e847685bc3f8.zip |
update instructions
-rw-r--r-- | doc/sphinx/frags/installing-debian.rst | 39 |
1 files changed, 3 insertions, 36 deletions
diff --git a/doc/sphinx/frags/installing-debian.rst b/doc/sphinx/frags/installing-debian.rst index 24f4d20..0110b24 100644 --- a/doc/sphinx/frags/installing-debian.rst +++ b/doc/sphinx/frags/installing-debian.rst | |||
@@ -1,47 +1,14 @@ | |||
1 | To install the GNU Taler Debian packages, first ensure that you have | 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 | 2 | the right Debian distribution. At this time, the packages are built for |
3 | Sid, which means you should use a system which at least includes | 3 | Bullseye. |
4 | unstable packages in its source list. We recommend using APT pinning | ||
5 | to limit unstable packages to those explicitly requested. To do this, | ||
6 | set your ``/etc/apt/preferences`` as follows: | ||
7 | 4 | ||
8 | .. code-block:: | 5 | You need to add a file to import the GNU Taler packages. Typically, |
9 | |||
10 | Package: * | ||
11 | Pin: release a=stable | ||
12 | Pin-Priority: 700 | ||
13 | |||
14 | Package: * | ||
15 | Pin: release a=testing | ||
16 | Pin-Priority: 650 | ||
17 | |||
18 | Package: * | ||
19 | Pin: release a=unstable | ||
20 | Pin-Priority: 600 | ||
21 | |||
22 | Package: * | ||
23 | Pin: release l=Debian-Security | ||
24 | Pin-Priority: 1000 | ||
25 | |||
26 | A typical ``/etc/apt/sources.list`` file for this setup | ||
27 | which combines Debian stable with more recent packages | ||
28 | from testing and unstable would look like this: | ||
29 | |||
30 | .. code-block:: | ||
31 | |||
32 | deb http://ftp.ch.debian.org/debian/ buster main | ||
33 | deb http://security.debian.org/debian-security buster/updates main | ||
34 | deb http://ftp.ch.debian.org/debian/ testing main | ||
35 | deb http://ftp.ch.debian.org/debian/ unstable main | ||
36 | |||
37 | Naturally, you may want to use different mirrors depending on your region. | ||
38 | Additionally, you must add a file to import the GNU Taler packages. Typically, | ||
39 | this is done by adding a file ``/etc/apt/sources.list.d/taler.list`` that | 6 | this is done by adding a file ``/etc/apt/sources.list.d/taler.list`` that |
40 | looks like this: | 7 | looks like this: |
41 | 8 | ||
42 | .. code-block:: | 9 | .. code-block:: |
43 | 10 | ||
44 | deb https://deb.taler.net/apt/debian sid main | 11 | deb https://deb.taler.net/apt/debian bullseye main |
45 | 12 | ||
46 | Next, you must import the Taler Systems SA public package signing key | 13 | Next, you must import the Taler Systems SA public package signing key |
47 | into your keyring and update the package lists: | 14 | into your keyring and update the package lists: |