|
Reinstall older version libncurses
Can someone help me with this problem:
I have libncurses5 version 5.5-1 (unstable) installed. I am honestly not sure when or how I got hold of it, because it is not in any of the repositories I use.
However, I now have a problem when I try to run make menuconfig to configure a new kernel. It requests libncurses-dev, which I do not have, and the one my repositories points to is the latest stable version (5.4-4), in other words an older version.
I have tried
apt-get install libncurses5
to replace my libncurses with the the version 5.4-4 stable. However it refuses to do the job and gives me the message "latest version already installed" or something to that effect.
What can I do to get the older stable version installed?
Ari
|