web-dev-qa-db-ja.com

重複パッケージとpython-giパッケージの両方をインストールできません

重複パッケージとpython-giパッケージはどちらもリポジトリで使用できなくなりました。 Ubuntu 16.04 LTSを使用しています。誰でも解決策を提案できますか?前もって感謝します。

~$ Sudo apt-get install duplicity python-gi
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package python-gi is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package duplicity is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'duplicity' has no installation candidate
E: Package 'python-gi' has no installation candidate
2
uthiho

重複とpython-giの両方が実際に16.04リポジトリにあります。

Aptデータベースがまだ空であるため、Sudo apt updateを初めて実行していない場合、この種のエラーは通常、新規インストールで発生します。

4
user535733