Programster's Blog

Tutorials focusing on Linux, programming, and open-source

Install Duplicity From PPA

A short snippet to install duplicity from the PPA on your servers.

sudo apt install software-properties-common python-software-properties -y \
  && sudo apt-add-repository ppa:duplicity-team/duplicity-release-git -y \
  && sudo apt install duplicity -y

References

Last updated: 15th March 2022
First published: 16th August 2018