我正在尝试遵循说明这里在 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 repos 仅适用于“最近的” ubuntus。还请注意在安装最近的 duplicity 之前卸载其他版本的说明。
- 来源 -https://gitlab.com/duplicity/duplicity
- 稳定的 tarball 安装 -https://launchpad.net/duplicity/+download
- 每日二重奏 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
- 稳定的 snap 构建 - “sudo snap install duplicity —classic”
- 最新的 snap 版本 - “sudo snap install duplicity —classic —edge”
- 最新的 pip3 版本 - “sudo pip3 install duplicity”
注意:如果 duplicity 是通过发行版存储库安装的,请先卸载它。对于 Ubuntu,卸载方法是“sudo apt-get purge duplicity”。