create wiki page for downloading debian packages

[Imported from Trac: page DownloadDebianPackages, version 1]
zooko 2007-05-02 19:08:48 +00:00
parent 5db94f7735
commit b3e983e4e0

12
DownloadDebianPackages.md Normal file

@ -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.