não pode instalar ambos os pacotes duplicidade e python-gi [duplicado]

2

Tanto a duplicidade de pacotes quanto o python-gi não estão mais disponíveis nos repositórios. Estou usando o Ubuntu 16.04 LTS. Alguém pode sugerir uma solução? Obrigado antecipadamente.

~$ 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
    
por uthiho 28.11.2017 / 21:46

1 resposta

4

Tanto a duplicidade quanto o python-gi estão de fato nos repositórios 16.04.

Este tipo de erro geralmente ocorre em uma nova instalação se você ainda não executou sudo apt update pela primeira vez, já que a base de dados do apt ainda está vazia.

    
por user535733 28.11.2017 / 23:05