Enfrentando problema durante desinstalação de codeblocks Ubuntu 13.10

0

Eu tentei instalar o codeblocks IDE que realmente foi terminado no meio, lançando algum problema depois que eu não sou capaz de instalar qualquer outro software como o flash player e o sistema não é capaz de desinstalá-lo, plz consulte o messsage abaixo Lendo informações de estado ... Concluídas

libwxgtk2.8-0 is already the newest version.
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 codeblocks-contrib : Depends: libgamin0 but it is not going to be installed
                      Depends: libhunspell-1.2-0 (>= 1.2.11) but it is not installable
                      Depends: libwxsmithlib0 (= 12.11-1) but 12.11-3 is to be installed
                      Depends: codeblocks (= 12.11-1) but 12.11-3 is to be installed
                      Recommends: valgrind but it is not going to be installed
                      Recommends: cppcheck but it is not going to be installed
                      Recommends: cscope but it is not going to be installed
                      Recommends: cccc but it is not going to be installed
 libwxsmithlib0 : Depends: libcodeblocks0 (= 12.11-3) but 12.11-1 is to be installed
                  Recommends: codeblocks-contrib (= 12.11-3) but 12.11-1 is to be installed
 libwxsmithlib0-dev : Depends: libwxsmithlib-dev (= 12.11-3) but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
    
por Madhur 02.12.2013 / 12:55

1 resposta

0

Como o erro foi dito, tente o comando abaixo no terminal

sudo apt-get -f install

Depois disso, você pode instalar qualquer software.

    
por Avinash Raj 02.12.2013 / 12:58