3ba40f4e37440a8bb0c0247e1ff2a97eabfdf1ae
[monkeysphere.git] / website / download.mdwn
1 [[meta title="Download"]]
2
3 # Downloading and Installing #
4
5 If you are running a Debian system, you can install Monkeysphere
6 by following these directions:
7
8 You can add this repo to your system by putting the following lines in
9 `/etc/apt/sources.list.d/monkeysphere.list`:
10
11         deb http://archive.monkeysphere.info/debian experimental monkeysphere
12         deb-src http://archive.monkeysphere.info/debian experimental monkeysphere
13
14 The repository is currently signed by [The Monkeysphere archive
15 signing key](/archive-key), key id EB8AF314 (fingerprint: `2E8D
16 D26C 53F1 197D DF40 3E61 18E6 67F1 EB8A F314`).  To cryptographically
17 verify the packages, you'll want to [add this key to your apt
18 configuration after verifying its
19 integrity](http://wiki.debian.org/SecureApt).
20
21 Once you've installed the packages, you might want to read up on how
22 to get started [as a regular user](/getting-started-user) or [as a
23 systems administrator](/getting-started-admin).
24
25 ## Enhancements ##
26
27 As of 2008-08-22, If you run debian lenny you're very close to being
28 able to run a fully monkeysphere-enabled system.  One gap in the
29 system is that lenny's GnuTLS can't support the `monkeysphere
30 subkey-to-ssh-agent` subcommand.
31
32 You can install a patched version of GnuTLS to enable this feature of
33 the Monkeysphere by adjusting the monkeysphere `sources.list` lines to
34 include the `gnutls` component.  So they'd look like this instead:
35
36         deb http://archive.monkeysphere.info/debian experimental monkeysphere gnutls
37         deb-src http://archive.monkeysphere.info/debian experimental monkeysphere gnutls
38
39 You can [read more about this offering](/news/modified-gnutls-2.4.x-available).
40
41 ## Source ##
42
43 For people who can't use the debian package, or folks who just want to
44 look at the source, we recommend [using git](/community).
45
46 But if you want a tarball of the most recent release, we publish those
47 too.  The [latest
48 tarball](http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_0.14.orig.tar.gz)
49 has these checksums:
50
51 <pre>
52 -----BEGIN PGP SIGNED MESSAGE-----
53 Hash: SHA1
54
55 checksums for the monkeysphere 0.15 release:
56
57 MD5:
58 8be275e5b5119921a536d8a67d3bfe24  monkeysphere_0.15.orig.tar.gz
59
60 SHA1:
61 65da0a047d935e856e2a0d7032dbbb339a3ce20a  monkeysphere_0.15.orig.tar.gz
62
63 SHA256:
64 44f3feb6e9f6921d2ed0406af4e3862f67da9261c8f00c7ea37cfea5031cbc77  monkeysphere_0.15.orig.tar.gz
65 -----BEGIN PGP SIGNATURE-----
66 Version: GnuPG v1.4.9 (GNU/Linux)
67
68 iQIVAwUBSMG2fxjmZ/HrivMUAQJ40RAAjb4Rh9qJQztp+tAOxpvXKmItRTFyBTeB
69 QQWjl/gNSWbAOvZX9t+F63P8Dp/ET9XoE2iXUnClvCtkkKvwbKISHyM4C9tgu0z9
70 Yggb6lFPt/Qz2fD/HTMxkeN+n0p/FVjLW9WlLPyKF++u/o8JelyuiXocHORzjtc/
71 9HyQfdbZuUPA16ZsAb9D66aIC2pWR21EiXHj95EvUkm6AO53Sy9G5gzzveflRrLm
72 UdrcwCnbXiZklbs9wXxeZTa4qLAhv31RmkCzbE3/lNwFSBfzFFfi2HXZqQdRmIgu
73 xuV/wmi8xgxUbv7dbB7yhhqwFmRnzeuV3rvuvSdjqGjFu6R0fqorIOtLtBkG1m0Q
74 RP5gs5mU+DreYkdeLWpFFFVjaJkz0cNUcnT22EJ5JgfeH3fkoAPpjlUMvgh8apGq
75 CbtqmBfYVOLyifiwptCSwlQvfY2guBVmsW+C60g78vMlCa0Tezp79I5H1KdsXKlY
76 cw1eLt3HhEy39yojmcD5EI293tfWTIYvULXvMIZjqEFnkFvoAogtinfd8fDoH15j
77 8yqXOUfkuuSeGmPReyiZZkbBTMXOdM6JsXmjEMI5T9dnZcC0CClnDGfcxE2UfPQZ
78 v9tneWXZzFmnWaAqH+T+SJJ4gpMhD+i0vXgQ7xOhUUCF+tiY8Qh1eltR2Kf+VeYW
79 d+MRglTs/Z4=
80 =AmW6
81 -----END PGP SIGNATURE-----
82 </pre>