On Wed, Jan 10, 2001 at 12:29:25PM -0600, Benjamin Pharr wrote: > I can't use 'make menuconfig' when trying to use the kernel because ncurses > is not installed. I have tried: > > apt-get install ncurses > apt-get install libncurses > apt-get install libncurses-dev > > all with no luck. I'm not very familiar with the Debian packaging system, > so could someone help me out? Thanks! apt-get install libncurses5-dev HTH, James