Não é possível instalar programas através do terminal no Ubuntu 12.0.4

Não é possível instalar programas através do terminal no Ubuntu 12.0.4

Recentemente tornei o Ubuntu 12.0.4 inicializável através do meu flashdrive. Já fiz isso antes e não tive problemas em flashdrives anteriores; o único problema que encontrei foi que fiquei sem espaço e agora reformatei meu flashdrive para ter mais espaço. O programa que estou tentando instalar é o Wine 1.7, e as instruções fornecidasaquinão estão funcionando para mim desta vez. Quando tento instalá-lo através do terminal, sempre recebo esta mensagem:

Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 wine1.7 : Depends: wine1.7-amd64 (= 1:1.7.12-0ubuntu1) but it is not going to be installed
           Depends: wine1.7-i386 (= 1:1.7.12-0ubuntu1)
           Recommends: fonts-droid but it is not installable
           Recommends: ttf-mscorefonts-installer but it is not installable
           Recommends: fonts-horai-umefont but it is not installable
           Recommends: winetricks but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Se alguém souber o que isso significa eu agradeceria.

Responder1

tente remover o repositório de vinhos de fontes.list, atualize fontes.list (sudo apt-get update) E, se necessário, adicione as informações mais recentes do repositório à lista e atualize a lista novamente.

Tente instalar o wine agora.

Responder2

sudo apt-get check resolve. Você pode querer usar também apt-get autoclean && apt-get autoremove

informação relacionada