| | 1 | {{{ |
| | 2 | #!html |
| | 3 | |
| | 4 | <h1>Download Tahoe-LAFS</h1> |
| | 5 | <p>The current version is 1.9.1</p> |
| | 6 | |
| | 7 | <div> |
| | 8 | <div style="margin-right: 100; float: left; width:55%;"> |
| | 9 | <h2>Ubuntu</h2> |
| | 10 | <a href="http://packages.ubuntu.com/search?keywords=tahoe-lafs&searchon=names&suite=oneiric§ion=all">Official Packages</a> |
| | 11 | <a href="http://tahoe-lafs.org/buildbot/builders/lucid-amd64">Buildbot</a> |
| | 12 | <pre> $ sudo apt-get install tahoe-lafs</pre> |
| | 13 | <h2>Debian</h2> |
| | 14 | <a href="http://packages.debian.org/search?keywords=tahoe-lafs&searchon=names&suite=all§ion=all">Official Packages</a> |
| | 15 | <a href="http://tahoe-lafs.org/buildbot/builders/Eugen%20lenny-amd64">Buildbot</a> |
| | 16 | <pre> $ sudo apt-get install tahoe-lafs</pre> |
| | 17 | <h2>Slackware</h2> |
| | 18 | <pre> $ installpkg tahoe-lafs</pre> |
| | 19 | </div> |
| | 20 | |
| | 21 | <div style="margin-left: 100px;"> |
| | 22 | <h2>Fedora</h2> |
| | 23 | <pre> $ sudo yum install tahoe-lafs</pre> |
| | 24 | <h2>Arch Linux</h2> |
| | 25 | <pre> $ pacman -S tahoe-lafs </pre> |
| | 26 | <h2>FreeBSD</h2> |
| | 27 | <pre> $ pkg_add -r tahoe-lafs</pre> |
| | 28 | </div> |
| | 29 | <h2>NetBSD</h2> |
| | 30 | <a href="ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/filesystems/tahoe-lafs/README.html">Official Packages</a> |
| | 31 | <a href="http://tahoe-lafs.org/buildbot/builders/MM%20netbsd5%20i386%20warp">Buildbot</a> |
| | 32 | <pre> $ pkg_add tahoe-lafs</pre> |
| | 33 | </div> |
| | 34 | <div style="clear: both" /> |
| | 35 | |
| | 36 | <h1>Sources</h1> |
| | 37 | <a href="/source/tahoe-lafs/releases/allmydata-tahoe-1.9.1.zip">Tahoe-LAFS 1.9.1 source code zip</a> |
| | 38 | (<a href="https://tahoe-lafs.org/source/tahoe-lafs/releases/">older versions</a>) |
| | 39 | |
| | 40 | <h2>Darcs</h2> |
| | 41 | <pre>darcs get --lazy https://tahoe-lafs.org/source/tahoe-lafs/trunk tahoe-lafs</pre> |
| | 42 | |
| | 43 | <h2>Git</h2> |
| | 44 | <pre>git clone git://github.com/warner/tahoe-lafs.git</pre> |
| | 45 | }}} |