From b3e983e4e0dc301a6c34e283935a54fb76cdb0b8 Mon Sep 17 00:00:00 2001 From: zooko <> Date: Wed, 2 May 2007 19:08:48 +0000 Subject: [PATCH] create wiki page for downloading debian packages [Imported from Trac: page DownloadDebianPackages, version 1] --- DownloadDebianPackages.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 DownloadDebianPackages.md diff --git a/DownloadDebianPackages.md b/DownloadDebianPackages.md new file mode 100644 index 0000000..f39ecbd --- /dev/null +++ b/DownloadDebianPackages.md @@ -0,0 +1,12 @@ +At this time, precompiled packages are available only for Debian-like systems. + +To install debian packages for etch, dapper, edgy, or feisty, add the following lines to your `/etc/apt/sources.list`, replacing the word `DIST` with `etch`, `dapper`, `edgy`, or `feisty` as appropriate: + +``` +deb http://allmydata.org/debian/ DIST main tahoe +deb-src http://allmydata.org/debian/ DIST main tahoe +``` + +Then update and install the `allmydata-tahoe` package. These packages are generated each time the code is changed, and represent the most up-to-date (read "unstable") version available. The usual warnings about no guarantees apply: it might cause your computer to catch fire, might steal your dog, etc. + +After installing see the [the README file](http://allmydata.org/trac/tahoe/browser/README) for how to use it. \ No newline at end of file