← Back to team overview

duplicity-team team mailing list archive

Re: [Question #123555]: How to install duplicity on SUSE?

 

Question #123555 on Duplicity changed:
https://answers.launchpad.net/duplicity/+question/123555

    Status: Open => Answered

edso proposed the following answer:
Make sure you install needed packages first

python 2.4 or later
librsync 0.9.6+
gpg 
ncftp (for ftp backend)
boto 0.9d+ (for s3 backend)

then download latest tgz from
http://duplicity.nongnu.org/
probably duplicity-0.6.09.tar.gz

wget http://code.launchpad.net/duplicity/0.6-series/0.6.09/+download/duplicity-0.6.09.tar.gz
tar xvf duplicity-0.6.09.tar.gz
cd duplicity-0.6.09/
python setup.py install

you might encounter errors, if you haven't gcc and friends installed. Do
that and you'll be set.

good luck ede

PS: One of my duplicity installations runs flawless on opensuse 11.

-- 
You received this question notification because you are a member of
duplicity-team, which is an answer contact for Duplicity.