Skip to content

Instantly share code, notes, and snippets.

@douglascrp
Last active January 11, 2025 09:50
Show Gist options
  • 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
@iamlos
Copy link

iamlos commented Jan 11, 2025

Outdated. Duplicity uses snap now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment