Installation of Ncurses Install Ncurses by running the following commands: ./configure --prefix=/usr --libdir=/lib \    --with-shared --disable-termcap && make && make install