Changes between Version 3 and Version 4 of Installation
- Timestamp:
- 2012-04-17T23:22:08Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Installation
v3 v4 10 10 <div style="margin: 0px 40px 40px 40px ;"> 11 11 <img style="padding: 0px 10px; float: left" src="http://hyperplex.org/tahoe/ubuntu.png" /> 12 <h2 >Ubuntu <small style="color:grey;">lucid, maverick, natty, oneiric</small></h2>12 <h2 style="margin-bottom: 0px;">Ubuntu <small style="color:grey;">lucid, maverick, natty, oneiric</small></h2> 13 13 <a href="http://packages.ubuntu.com/search?keywords=tahoe-lafs&searchon=names&suite=all§ion=all">Official Packages</a> 14 14 <a href="http://tahoe-lafs.org/buildbot/builders/lucid-amd64">Buildbot</a> 15 <pre> 15 <pre>$ sudo apt-get install tahoe-lafs</pre> 16 16 </div> 17 17 18 18 <div style="margin: 40px;"> 19 19 <img style="padding: 0px 10px; float: left" src="http://hyperplex.org/tahoe/debian.png" /> 20 <h2 >Debian <small style="color:grey;">sid (unstable), wheezy (testing)</small></h2>20 <h2 style="margin-bottom: 0px;">Debian <small style="color:grey;">sid (unstable), wheezy (testing)</small></h2> 21 21 <a href="http://packages.debian.org/search?keywords=tahoe-lafs&searchon=names&suite=all§ion=all">Official Packages</a> 22 22 <a href="http://tahoe-lafs.org/buildbot/builders/Eugen%20lenny-amd64">Buildbot</a> 23 <pre> 23 <pre>$ sudo apt-get install tahoe-lafs</pre> 24 24 </div> 25 25 26 26 <div style="margin: 40px;"> 27 27 <img style="padding: 0px 10px; float: left" src="http://hyperplex.org/tahoe/slackware.png" /> 28 <h2 >Slackware <small style="color:grey;">13.37</small></h2>28 <h2 style="margin-bottom: 0px;">Slackware <small style="color:grey;">13.37</small></h2> 29 29 <a href="http://slackbuilds.org/repository/13.37/network/allmydata-tahoe/">Official Packages</a> 30 30 <a href="http://mareichelt.com/pub/mine/tahoe-lafs/">Notes</a> 31 <pre> 31 <pre>$ installpkg tahoe-lafs</pre> 32 32 </div> 33 33 </div> … … 37 37 <div style="margin: 40px;"> 38 38 <img style="padding: 0px 10px; float: left" src="http://hyperplex.org/tahoe/fedora.png" /> 39 <h2 >Fedora</h2>40 <pre> 39 <h2 style="margin-bottom: 0px;">Fedora</h2> 40 <pre>$ sudo yum install tahoe-lafs</pre> 41 41 </div> 42 42 43 43 <div style="margin: 40px;"> 44 44 <img style="padding: 0px 10px; float: left" src="http://hyperplex.org/tahoe/arch-linux.png" /> 45 <h2 >Arch Linux</h2>46 <pre> 45 <h2 style="margin-bottom: 0px;">Arch Linux</h2> 46 <pre>$ pacman -S tahoe-lafs </pre> 47 47 </div> 48 48 49 49 <div style="margin: 40px;"> 50 50 <img style="padding: 0px 10px; float: left" src="http://hyperplex.org/tahoe/freebsd.png" /> 51 <h2 >FreeBSD</h2>52 <pre> 51 <h2 style="margin-bottom: 0px;">FreeBSD</h2> 52 <pre>$ pkg_add -r tahoe-lafs</pre> 53 53 </div> 54 54 55 55 <div style="margin: 40px;"> 56 56 <img style="padding: 0px 10px; float: left" src="http://hyperplex.org/tahoe/netbsd.png" /> 57 <h2 >NetBSD</h2>57 <h2 style="margin-bottom: 0px;">NetBSD</h2> 58 58 <a href="ftp://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/filesystems/tahoe-lafs/README.html">Official Packages</a> 59 59 <a href="http://tahoe-lafs.org/buildbot/builders/MM%20netbsd5%20i386%20warp">Buildbot</a> 60 <pre> 60 <pre>$ pkg_add tahoe-lafs</pre> 61 61 </div> 62 62