Skip to content

Instantly share code, notes, and snippets.

@douglascrp
Last active June 26, 2021 00:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save douglascrp/5ec4234bbc2320a450d6ef86472137b2 to your computer and use it in GitHub Desktop.
Save douglascrp/5ec4234bbc2320a450d6ef86472137b2 to your computer and use it in GitHub Desktop.
Duplicity install
No ubuntu 14.04
https://launchpad.net/~duplicity-team/+archive/ubuntu/ppa
sudo add-apt-repository ppa:duplicity-team/ppa
sudo apt-get update
Most recent version today (2019-09-25): 0.7.19-0ubuntu0ppa1374~ubuntu14.04.1
sudo apt-get install duplicity=0.7.19-0ubuntu0ppa1374~ubuntu14.04.1
apt-get install python-boto
No ubuntu 18.04
sudo apt-get update
apt-get install python-boto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment