2013-04-27 15:21:58 +00:00
|
|
|
## Debian testing or unstable
|
2011-02-06 17:43:31 +00:00
|
|
|
|
2016-04-23 04:11:27 +00:00
|
|
|
Debian unstable and testing are usually fairly up to date, so this should be enough:
|
|
|
|
|
|
|
|
sudo apt install git-annex
|
2011-02-06 17:43:31 +00:00
|
|
|
|
2015-04-29 21:02:57 +00:00
|
|
|
## Debian 8.0 "jessie"
|
|
|
|
|
2016-04-23 04:11:27 +00:00
|
|
|
sudo apt install git-annex
|
|
|
|
|
|
|
|
There is also a backport for jessie, even though it is [often out of date](https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760787).
|
|
|
|
|
|
|
|
Follow the instructions to [enable backports](http://backports.debian.org/Instructions/).
|
|
|
|
|
|
|
|
sudo apt -t jessie-backports install git-annex
|
2015-04-29 21:02:57 +00:00
|
|
|
|
2013-04-27 15:21:58 +00:00
|
|
|
## Debian 7.0 "wheezy":
|
2011-04-26 15:30:49 +00:00
|
|
|
|
2013-04-27 15:21:58 +00:00
|
|
|
sudo apt-get install git-annex
|
|
|
|
|
|
|
|
Note: This version does not include support for the [[assistant]].
|
2013-08-16 13:56:12 +00:00
|
|
|
A backport is available with the assistant and other new features.
|
2013-04-27 15:21:58 +00:00
|
|
|
|
2013-11-03 02:57:44 +00:00
|
|
|
Follow the instructions to [enable backports](http://backports.debian.org/Instructions/).
|
|
|
|
|
|
|
|
sudo apt-get -t wheezy-backports install git-annex
|
|
|
|
|
2013-04-27 15:21:58 +00:00
|
|
|
## Debian 6.0 "squeeze"
|
|
|
|
|
|
|
|
Follow the instructions to [enable backports](http://backports.debian.org/Instructions/).
|
|
|
|
|
|
|
|
sudo apt-get -t squeeze-backports install git-annex
|
2015-12-22 16:34:28 +00:00
|
|
|
|
2016-04-23 04:11:27 +00:00
|
|
|
## Standalone backports for all releases
|
2015-12-22 16:34:28 +00:00
|
|
|
|
|
|
|
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.
|