Não é possível instalar nenhum aplicativo / software

0

Eu tento usar o terminal e o Centro de Software e, toda vez, essa mensagem aparece:

    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:
     desmume : Depends: libosmesa6 (>= 6.5.2-1) but it is not going to be installed or
                libgl1-mesa-glide3 but it is not installable
    E: Unable to correct problems, you have held broken packages.

Eu até tentei fazer sudo apt-get update no terminal, mas isso não resolve. Estou executando o Ubuntu 14.04 LTS se isso ajuda

    
por Nikhil Patel 26.07.2015 / 04:06

1 resposta

0

Execute primeiro isto:

sudo apt-get install -f A opção -f irá corrigir pacotes quebrados caso haja algum e também é necessário algumas vezes quando o apt-get é executado pela primeira vez.

Em seguida, execute: %código% e: sudo apt-get update

ou sudo apt-get install desmume (é o mesmo, mas com o & amp; & amp;)

Espero que você corrija o problema!

    
por Aleksandra 26.07.2015 / 05:05