git-annex/doc/install/Debian.mdwn
https://www.google.com/accounts/o8/id?id=AItOawl1_OomoRgy1N3U4ASwScphTWkpg2Cb4P0 aec2416f08 Added instructions on getting the absolute latest version on Debian 7
2013-12-09 23:25:39 +00:00

26 lines
809 B
Markdown

## Debian testing or unstable
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
For the latest version [download the prebuilt linux tarball](http://downloads.kitenet.net/git-annex/linux/current/), extract it and add it to your path.
Please note that you might need to run this first:
sudo apt-get install libgsasl7
## Debian 6.0 "squeeze"
Follow the instructions to [enable backports](http://backports.debian.org/Instructions/).
sudo apt-get -t squeeze-backports install git-annex