Changes between Initial Version and Version 1 of DownloadDebianPackages


Ignore:
Timestamp:
2007-05-02T19:08:48Z (18 years ago)
Author:
zooko
Comment:

create wiki page for downloading debian packages

Legend:

Unmodified
Added
Removed
Modified
  • DownloadDebianPackages

    v1 v1  
     1At this time, precompiled packages are available only for Debian-like systems.
     2
     3To 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:
     4
     5{{{
     6deb http://allmydata.org/debian/  DIST  main tahoe
     7deb-src http://allmydata.org/debian/  DIST  main tahoe
     8}}}
     9
     10Then 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.
     11
     12After installing see the [http://allmydata.org/trac/tahoe/browser/README the README file] for how to use it.