私は指示に従おうとしているここUbuntu 16.04 サーバーに duplicity を設定する場合。ただし:
$ sudo add-apt-repository ppa:duplicity-team/ppa
Cannot add PPA: 'ppa:~duplicity-team/ubuntu/ppa'.
The team named '~duplicity-team' has no PPA named 'ubuntu/ppa'
Please choose from the following available PPAs:
* 'duplicity-develop-git': duplicity-develop-git
* 'duplicity-release-git': duplicity-release-git
私は次の提案に従ってみます:
$ sudo add-apt-repository ppa:duplicity-release-git/ppa
Cannot add PPA: 'ppa:~duplicity-release-git/ubuntu/ppa'.
ERROR: '~duplicity-release-git' user or team does not exist.
0.7.12 以降をインストールするにはどうすればいいですか?
答え1
私の知る限り、Xenial Xyrus 16.04 用の PPA はもう維持されていません。
現在の duplicity は 0.8.15 であり、インストール オプションは以下に記載されています (リリース ノートより)。注記:PPA リポジトリは「最近の」Ubuntu 専用です。また、最近の duplicity をインストールする前に、他のバージョンをアンインストールするようにという注意書きにも注意してください。
- ソース -https://gitlab.com/duplicity/duplicity
- 安定したtarballのインストール -https://launchpad.net/duplicity/+ダウンロード
- 毎日の重複PPA - https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-develop-git
- 安定した重複PPA - https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-release-git https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-develop-git
- 安定したスナップビルド - 「sudo snap install duplicity —classic」
- 最新のスナップビルド - 「sudo snap install duplicity —classic —edge」
- 最新の pip3 ビルド - “sudo pip3 install duplicity”
注意: ディストリビューション リポジトリ経由でインストールした場合は、まず duplicity をアンインストールしてください。Ubuntu の場合は、「sudo apt-get purge duplicity」になります。