Skip to content

Instantly share code, notes, and snippets.

@mostafahussein
Forked from johnantoni/install.md
Created October 26, 2016 01:44
Show Gist options
  • Save mostafahussein/c64189a394f002df927f0273a18eae49 to your computer and use it in GitHub Desktop.
Save mostafahussein/c64189a394f002df927f0273a18eae49 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment