1

Когда я попытался установить lib64ncurses5 в мою Ubuntu, я получил это сообщение об ошибке:

$ sudo apt-get install lib64ncurses5
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:
 lib64ncurses5:i386 : Depends: lib64tinfo5:i386 (= 5.9-4) but it is not going to be installed
                      Depends: libc6-amd64:i386 (>= 2.4) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.

Обычно apt-get может разрешить зависимость и установить все необходимые пакеты. Так почему это не удается в этом случае.

вывод uname :

Linux server001 3.5.0-39-generic #60~precise1-Ubuntu SMP Wed Aug 14 15:38:41 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux

0