Проблема с установкой ncurses

Для новичков как вообще в Linux, так и в конкретной теме, к которой относится вопрос.

Модератор: Bizdelnick

Аватара пользователя
Андрей
Сообщения: 51

Проблема с установкой ncurses

Сообщение Андрей »

Здравствуйте! Помогите, люди добрые. Хотел я ядро 2.6 установить, но команда make menuconfig приводила к ошибки. Ну я в поиске порылся и понял, что нужно установить ncurses-dev. И вот что получилось:

Код: Выделить всё

andrey:/usr/src/linux-2.6.17.6# apt-get install ncurses-dev
Reading Package Lists... Done
Building Dependency Tree... Done
Note, selecting libncurses5-dev instead of ncurses-dev
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.

Since you only requested a single operation it is extremely likely that
the package is simply not installable and a bug report against
that package should be filed.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
  libncurses5-dev: Depends: libncurses5 (= 5.4-4) but 5.5-2 is to be installed
E: Broken packages


Как мне всё-таки установить то, что нужно????
З.Ы. Пытаюсь юзать Debian.

Заранее спасибо за ответ...
Debian 3.1, AMD 2500+, Ati Radeon 9800XT
Спасибо сказали:
Аватара пользователя
router
Сообщения: 363
ОС: Debian, на работе rhel

Re: Проблема с установкой ncurses

Сообщение router »

Андрей
В stable версии этих пакетов 5.4-4
В testign - 5.5-2
Либо установите libncurses5-dev из testing,

Код: Выделить всё

apt-get install libncurses5-dev/testing -t testing

либо - libncurses5 из stable

Код: Выделить всё

apt-get install libncurses5{,-dev}/stable --reinstall
Спасибо сказали: