Não é possível instalar qualquer atualização e pacotes ubuntu 14.10

1

Estou usando o Ubuntu 14.10. Estou tentando instalar todas as atualizações, mas é mostrado o seguinte resultado:

The package system is broken

Check if you are using third party repositories. If so disable them, since they are a common source of problems. Furthermore run the following command in a Terminal: apt-get install -f

Detalhes:

    The following packages have unmet dependencies:

gcc-4.9-multilib: Depends: gcc-4.9-base (= 4.9.1-16ubuntu6) but 4.9.1-16ubuntu6 is installed
                  Depends: gcc-4.9 (= 4.9.1-16ubuntu6) but 4.9.1-16ubuntu6 is installed
                  Depends: libc6-dev-i386 (>= 2.11) but it is not installed
                  Depends: lib32gcc-4.9-dev (= 4.9.1-16ubuntu6) but 4.9.1-16ubuntu6 is installed
                  Depends: libx32gcc-4.9-dev (= 4.9.1-16ubuntu6) but 4.9.1-16ubuntu6 is installed
libc6-dev-x32: Depends: libc6-x32 (= 2.19-10ubuntu2.3) but 2.19-10ubuntu2.3 is installed
               Depends: libc6-dev-i386 (= 2.19-10ubuntu2.3) but it is not installed
               Depends: libc6-dev (= 2.19-10ubuntu2.3) but 2.19-10ubuntu2.3 is installed

Em seguida, removi os repositórios de terceiros e executei o comando no terminal sudo apt-get -f install . Mas depois de tudo eu tenho o seguinte erro:

    dpkg: error processing archive /var/cache/apt/archives/libc6-dev-i386_2.19-10ubuntu2.3_amd64.deb (--unpack):
 trying to overwrite '/usr/include/fpu_control.h', which is also in package libc6-dev-amd64 2.19-10ubuntu2.3
Errors were encountered while processing:
 /var/cache/apt/archives/libc6-dev-i386_2.19-10ubuntu2.3_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1) 

Então, agora preciso da pessoa que consiga resolver o problema. Muito prazer se puder me ajudar a sair desse problema. Por favor ...

    
por Shiekh Riaj Uddin 18.03.2015 / 02:55

1 resposta

0

Vá para "software e atualizações" e selecione o painel "outros softwares"; verifique todas as caixas. Depois disso, basta seguir as instruções. Finalmente, abra um terminal e digite

sudo apt-get dist-upgrade
    
por anat 07.05.2015 / 21:05