Ich versuche, den Anweisungen zu folgenHierzum Einrichten von Duplicity auf einem Ubuntu 16.04-Server. aber:
$ 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
Ich versuche, den Vorschlag zu befolgen:
$ 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.
Wie kann ich 0.7.12 oder neuer installieren?
Antwort1
meines Wissens wird für Xenial Xyrus 16.04 kein PPA mehr gepflegt.
Die aktuelle Version von Duplicity ist 0.8.15 und die Installationsoptionen sind unten aufgeführt (aus den Versionshinweisen).Notiz:die PPA-Repos sind nur für „neuere“ Ubuntu-Versionen. Beachten Sie auch den Hinweis, andere Versionen zu DEINSTALLIEREN, bevor Sie eine neue Duplizierung installieren.
- Quelle -https://gitlab.com/duplicity/duplicity
- Stabile Tarball-Installation -https://launchpad.net/duplicity/+download
- Tägliche Duplizität PPA - https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-develop-git
- Stabile Duplizität PPA - https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-release-git https://code.launchpad.net/~duplicity-team/+archive/ubuntu/duplicity-develop-git
- Stabile Snap-Builds – „sudo snap install duplicity —classic“
- Neueste Snap-Builds – „sudo snap install duplicity —classic —edge“
- Neueste Pip3-Builds – „sudo pip3 install duplicity“
HINWEIS: Deinstallieren Sie Duplicity zuerst, wenn es über das Distributions-Repository installiert wurde. Für Ubuntu wäre das „sudo apt-get purge duplicity“.