resolve o download do pacote apt-get quebrado

1

Eu tenho um problema com o pacote leap-keymanager .

sudo apt-get purge leap-keymanager 
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: The package python-leap-common needs to be reinstalled, but I can't find an archive for it.

O que está me impedindo de fazer uma atualização dist.

sudo apt-get dist-upgrade
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: The package python-leap-common needs to be reinstalled, but I can't find an archive for it.

Como posso consertar isso? Adicionei o leapcode PPA e fiz sudo apt-get update , mas ainda recebo a mesma mensagem.

python --version Python 2.7.9
Distributor ID: Ubuntu
Description:    Ubuntu 15.04
Release:        15.04
Codename:       vivid
    
por dotnetCarpenter 01.11.2015 / 21:23

1 resposta

0

Remover python-leap-common

sudo apt-get remove python-leap-common

A parte importante sobre a remoção de python-leap-common de /var/lib/dpkg/status é remover todo o bloco de informações sobre ele. Consulte aqui ...

    
por Neil 02.11.2015 / 13:13