CentOS7にduplicity0.6.26をインストールする

2019年1月6日

1.epelのインストール
# yum install https://mirrors.kernel.org/fedora-epel/7/x86_64/e/epel-release-7-5.noarch.rpm

2.依存パッケージのインストール
# yum install python-devel librsync-devel librsync python-setuptools python-lockfile python-boto wget

3.duplicityのインストール
# wget https://code.launchpad.net/duplicity/0.6-series/0.6.26/+download/duplicity-0.6.26.tar.gz
# tar xvf duplicity-0.6.26.tar.gz
# cd duplicity-0.6.26
# python setup.py build
# python setup.py install
# duplicity –version

Linux

Posted by arkgame