git-annex/doc/install/Debian.mdwn
2015-12-22 12:34:28 -04:00

32 lines
910 B
Markdown

## Debian testing or unstable
sudo apt-get install git-annex
## Debian 8.0 "jessie"
sudo apt-get install git-annex
## Debian 7.0 "wheezy":
sudo apt-get install git-annex
Note: This version does not include support for the [[assistant]].
A backport is available with the assistant and other new features.
Follow the instructions to [enable backports](http://backports.debian.org/Instructions/).
sudo apt-get -t wheezy-backports install git-annex
## Debian 6.0 "squeeze"
Follow the instructions to [enable backports](http://backports.debian.org/Instructions/).
sudo apt-get -t squeeze-backports install git-annex
## backport
If the version shipped with Debian is too old,
the [NeuroDebian team](http://neuro.debian.net/) provides a
[standalone build package](http://neuro.debian.net/pkgs/git-annex-standalone.html)
that is regularly updated and that should work across all releases of
Debian.