Não permitindo instalar nenhum pacote

0

Ao tentar instalar através da linha de comando, estou enfrentando esse erro

E: The package mysql-workbench-community needs to be reinstalled, but I can't find an archive for it.
    
por Bharat Jain 24.07.2015 / 13:29

1 resposta

0

Faça um backup de / var / lib / dpkg / status:

sudo cp /var/lib/dpkg/status /var/lib/dpkg/status.old

Noe, abra o arquivo / var / lib / dpkg / status:

sudo gedit /var/lib/dpkg/status

Pesquise no arquivo a entrada do mysql-workbench-community usando + f , exclua essa entrada e salve e feche o arquivo.

Agora execute:

sudo apt-get update
    
por Maythux 24.07.2015 / 16:19