Skip to content

Instantly share code, notes, and snippets.

@johnantoni
Last active April 27, 2020 15:44
Show Gist options
  • Save johnantoni/8275617 to your computer and use it in GitHub Desktop.
Save johnantoni/8275617 to your computer and use it in GitHub Desktop.
install duplicity on centos 64bit

check os

cat /etc/redhat-release

install repo

sudo rpm -Uvh http://mirrors.kernel.org/fedora-epel/6/x86_64/epel-release-6-8.noarch.rpm
yum repolist

install duplicity

yum install duplicity
@yahesh
Copy link

yahesh commented Apr 24, 2017

Strangely enough, I also had to add python-setuptools now that I wanted to install duplicity 0.7.12

@danieleagle
Copy link

danieleagle commented Apr 24, 2020

To get this to install on CentOS 8 x64, I had to do the following.

  1. sudo dnf --enablerepo=PowerTools install python3-httplib2
  2. sudo yum install epel-release
  3. sudo yum install python3-PyDrive
  4. sudo yum install duplicity

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