Problemas de dependência não atendidos [duplicados]

0

Eu recentemente instalei ncurses e daí em diante tenho recebido erros semelhantes ao tentar instalar novas bibliotecas

You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
 lib64ncurses5-dev:i386 : Depends: lib64c-dev:i386

Depois que eu corro apt-get -f install eu acertei outra parede

The following NEW packages will be installed:
  libc6-dev-amd64:i386
0 upgraded, 1 newly installed, 0 to remove and 548 not upgraded.
6 not fully installed or removed.
Need to get 0 B/1,429 kB of archives.
After this operation, 9,590 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
(Reading database ... 451168 files and directories currently installed.)
Preparing to unpack .../libc6-dev-amd64_2.19-0ubuntu6.6_i386.deb ...
Unpacking libc6-dev-amd64 (2.19-0ubuntu6.6) ...
dpkg: error processing archive /var/cache/apt/archives/libc6-dev-amd64_2.19-0ubuntu6.6_i386.deb (--unpack):
 trying to overwrite '/usr/include/gnu', which is also in package libc6-dev-i386 2.19-0ubuntu6.6
Errors were encountered while processing:
 /var/cache/apt/archives/libc6-dev-amd64_2.19-0ubuntu6.6_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
    
por Saurabh 12.04.2015 / 17:06

1 resposta

0

As coisas voltaram ao normal depois que eu desinstalei o pacote com problemas de dependência: lib64ncurses5-dev:i386 .

    
por Saurabh 14.04.2015 / 05:57