Hi, There are many ncurses packages available. Please take a look at this command output:
apt-cache search ncurses I guess you will need ncurses-bin, ncurses-term, ncurses-base, and libncurses5 (maybe). -- bpdp On Monday 24 September 2001 11:23 am, Robert Epprecht wrote: > Hello > I'm trying to compile a programm (iForth) that needs ncurses. > > apt-get install ncurses > Package ncurses has no available version, but exists in the database. > This typically means that the package was mentioned in a dependency and > never uploaded, has been obsoleted or is not available with the contents > of sources.list > E: Package ncurses has no installation candidate > > So what do I do? > And: Could installing ncurses break anything in my potato system? > > Robert Epprecht