summaryrefslogtreecommitdiff
path: root/ansible/apt.liw.fi.html
blob: 414b4388cdc22631e2f0fd28b4008f967fdf2703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta charset="utf-8" />
  <title>apt.liw.fi</title>
  <meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body lang=en>
  <article>
    <h1>apt.liw.fi</h1>

    <p>This is the personal APT repository
    of <a href="https://liw.fi">Lars Wirzenius</a>. It contains free
    and open source software packaged for
    the <a href="https://debian.org">Debian</a> operating system
    as <code>.deb</code> packages.
    </p>

    <p>Repository signing keys are in
    the <code>apt.liw.fi-keyring</code> package, in this repository.
    Those keys in turn are signed by my personal key with
    fingerprint <code>EA0B 7399 ECCF 9282 A74E F8F8 31DA 8032 081D
    901D</code>. You can get my key via WKD (using email address
    <code>liw@liw.fi</code>), from various key servers, or from
    my <a href="https://liw.fi/pgp">home page</a>.
    </p>

    <p>To add this repository to your APT sources lists, first install
    the keyring package: download the latest package
    from <a href="debian/pool/main/a/apt.liw.fi-keyring/">debian/pool/main/a/apt.liw.fi-keyring/</a>,
      then install the downloaded file:</p>

    <blockquote>
      <code>sudo apt install ./apt.liw.fi-keyring_(something).deb</code>
    </blockquote>

    <p>Then create a file
    <code>/etc/apt/sources.list.d/apt.liw.fi.list</code> with the
    contents (or any other filename that ends in <code>.list</code>):
    </p>

    <blockquote>
<code>deb [signed-by=/usr/share/keyrings/apt.liw.fi-keyring.pgp] http://apt.liw.fi/debian unstable main</code>
    </blockquote>

    <p>This means the keyring package is only ever used for this
    repository. After you've installed the keyring package, you'll get
    any new keys for this repository automatically, as long as you
    update it at least once a year.</p>

  </article>
</body>
</html>