Merge commit 'dkg/master'
[monkeysphere.git] / website / download.mdwn
1 [[meta title="Download"]]
2
3 # Downloading and Installing #
4
5 Once you've installed the packages, please see the [documentation
6 page](/doc) to read up on how to get started [as a regular
7 user](/getting-started-user) or [as a systems
8 administrator](/getting-started-admin).
9
10 ## Dependencies ##
11
12 Monkeysphere relies on:
13
14  * [OpenSSH](http://openssh.com/)
15  * [GnuPG](http://gnupg.org/)
16  * [Perl](http://www.perl.org/) (including the [Crypt::OpenSSL::RSA](http://search.cpan.org/dist/Crypt-OpenSSL-RSA/) and [Digest::SHA1](http://search.cpan.org/dist/Digest-SHA1/) modules and their dependencies)
17
18 ## Debian ##
19
20 If you are running a [Debian](http://www.debian.org/) system, the
21 [monkeysphere is available in the Debian archive](http://packages.debian.org/search?keywords=monkeysphere&searchon=names&section=all&suite=all)
22
23 If you are running Debian unstable or testing install the latest monkeysphere
24 version as follows:
25
26     aptitude install monkeysphere
27
28 If you are running Debian stable, you can get the monkeysphere package
29 from [backports.org](http://backports.org/dokuwiki/doku.php?id=instructions)
30
31 ## Debian derivatives (including Ubuntu) ##
32
33 You can also install the Monkeysphere directly from the Monkeysphere
34 APT repository.  You can add this archive to your system by putting
35 the following lines in `/etc/apt/sources.list.d/monkeysphere.list`:
36
37     deb http://archive.monkeysphere.info/debian experimental monkeysphere
38     deb-src http://archive.monkeysphere.info/debian experimental monkeysphere
39
40 The repository is currently signed by [The Monkeysphere archive
41 signing key](/archive-key), key id EB8AF314 (fingerprint: `2E8D D26C
42 53F1 197D DF40 3E61 18E6 67F1 EB8A F314`).  To cryptographically
43 verify the packages, you'll want to [add this key to your apt
44 configuration after verifying its integrity](/archive-key).
45
46 Note: Ubuntu appears to be planning to ship Monkeysphere 0.22 in their
47 "Jaunty Jackalope" release (9.04).  The Monkeysphere developers think
48 that [Ubuntu shipping Monkeysphere 0.22-1 is a bad
49 idea](https://bugs.launchpad.net/ubuntu/+source/monkeysphere/+bug/345054).
50 If you are an Ubuntu user, we would prefer that you install from the
51 APT archive above rather than run 0.22, which we no longer consider
52 supported.
53
54 ## FreeBSD ##
55
56 There is [a FreeBSD port
57 available](http://www.freebsd.org/cgi/ports.cgi?query=monkeysphere)
58 for the Monkeysphere, built and tested against FreeBSD 7.1.
59
60 You should be able to build and install the latest port with:
61
62     cd /usr/ports/security/monkeysphere
63     make package
64
65 Enjoy!
66
67 ## Source ##
68
69 For those that would like to download the source directly, [the source
70 is available](/community) via [git](http://git.or.cz/).
71
72 The [latest
73 tarball](http://archive.monkeysphere.info/debian/pool/monkeysphere/m/monkeysphere/monkeysphere_0.24.orig.tar.gz)
74 is also available, and has these checksums:
75
76 <pre>
77 -----BEGIN PGP SIGNED MESSAGE-----
78 Hash: SHA1
79
80 checksums for the monkeysphere 0.24 release:
81
82 MD5:
83 8590532f4702fa44027a6a583657c9ef  monkeysphere_0.24.orig.tar.gz
84
85 SHA1:
86 45b26ada094705e56eeff1117a28162e04226cc7  monkeysphere_0.24.orig.tar.gz
87
88 SHA256:
89 2a58cee998ddb1b21b953826fc746a743e17d94e6fa34ac9cbee4262873b5c5f  monkeysphere_0.24.orig.tar.gz
90 -----BEGIN PGP SIGNATURE-----
91 Version: GnuPG v1.4.9 (GNU/Linux)
92
93 iQIVAwUBSa3ushjmZ/HrivMUAQJGvxAAsc3phUKrWOSdItr7uaIsRsXo3BN/MT8Z
94 e+ZJXpQo5roehyaTZR2H4hdUVObepqXmpwfrbmxORQ+mZa7WFKUT9hjdDrh5AyDH
95 V4UA/b+4N0VQZYqvfDezA22o6V3HRmrdoaz90LY/8Yfe1YSteUdaO1fQhDOsoHTL
96 MVOwhy+pcbjxd5cbLv1NcUb4FbAWoKS4zCQvYgC83u7LcB6irOekWU8rL6PR1qoC
97 UebWYg2n2dafnPy4WuQ38DAetPwhTFrCG36YwkkNBkV23sPUMCiDJcDVictIWgdK
98 emMhOLyC/G8PldLUYzwSqNMGdy8rLhiYf6Xo4e8dVsava14bbgqn1CXGQieibMYs
99 IUyEvkPrxVc5ZUKHi0sNJ2yREMJVY5YYQFFirgv795fP6Rf6oGjjffDKPa5l80Ei
100 M0mspn0TdnJtJ8BbbsE76tcT1vTB3hu2VOqDYZeo+3SjT8UGXPRlIcnzAhxt3x5+
101 huYnNuaQb1b9+LP6dbb+dSWA3gYMbkXPZu6KXcr+ob4mHIdTPQysXFp2sobq4Dyt
102 UeVxInuBQ1iEvQb9MxgbrerNf90yi7flMxxFV0HabrnxLSrufDJy4ai8pIbZBhpw
103 v5xIHVkplfXB7zb1JcQKtA93LrKDvCpHMc6ZiVmveEgsRlqzw5UV/zcc4ENDR8gN
104 NpxJjlFqEsc=
105 =7/gS
106 -----END PGP SIGNATURE-----
107 </pre>