Changes between Version 57 and Version 58 of DownloadDebianPackages
- Timestamp:
- 2012-03-22T18:03:40Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DownloadDebianPackages
v57 v58 1 See also wiki:OSPackages, wiki:Packaging and source:docs/debian.rst. 2 1 3 = Debian Packages = 2 4 3 Tahoe-LAFS is compatible with various releases of !Debian/Ubuntu. There are two 4 forms of compatibility: "apt-get installable" and "runs-from-source". Both 5 are pretty easy. If you just want to download a binary package and install 6 it, you'll need the "apt-get installable" kind of compability. 7 8 Most of this page is currently out of date (2011-11-02). Tahoe-LAFS is included in Debian and Ubuntu now, so you probably just want to do 5 Tahoe-LAFS is included in Debian and Ubuntu now, so you probably just want to do 9 6 {{{ 10 7 sudo apt-get install tahoe-lafs 11 8 }}} 12 9 13 See also wiki:OSPackages and source:docs/debian.rst.14 15 10 If you want to see extensive notes about building and using Tahoe-LAFS on various old versions of Debian and Ubuntu, then please use the "History" link at the upper right to see previous versions of this page.