How to download, compile, and install GNU ncurses on Debian/Ubuntu Linux
ncurses is a programming library providing an API, allowing the programmer to write text user interfaces in a terminal-independent manner.
Here are the simple steps to download, configure, compile, and install ncurses on a Linux machine. I have tested these instructions on Debian/Ubuntu and CentOS Linux distributions but they should work on all Linux machines where compilers and make utility are installed. Please take a look at configuring Ubuntu Linux after installation to configure your Debian/Ubuntu Linux box for the required tools.
You can find the list of available ncurses versions at ncurses page. Please make sure you check the downloaded file's integrity before unzipping it. '#' (w/o quotes) in front of the command below means you have to run the command as root user (or use sudo <command>).
I downloaded and installed version 5.7.
$ wget http://ftp.gnu.org/pub/gnu/ncurses/ncurses-5.7.tar.gz $ tar xzf ncurses-5.7.tar.gz $ cd ncurses-5.7 $ ./configure --prefix=/opt/ncurses $ make # make install $ ls -la /opt/ncurses
Thats it. Now you can use the ncurses to download, compile, and install MySQL cli.
Please feel free to use the comments form below if you have any questions or need more explanation on anything. Use the icons below to share this tutorial with your friends.
tags cloud
popular searches
free download for mysql database server 5.1.5, php, linux, mysql mysql, mysql, java, install mysql, gearman, ubuntu, tools, source code, bison, mysql initialization, install cairo, laptop
Similar Tutorials:
- Generating prime nos in PHP using multiprocessing - Geaman with PHP client Part I
- Install MySQL Server 5.0 and 5.1 from source code
- How to install libevent on Debian/Ubuntu/Centos Linux
- How to download, compile, and install CMake on Linux
- Installing OpenSSL on Ubuntu Linux
Tutorials in 'Operating Systems > Linux' (more):
- How to download, compile, and install CMake on Linux
- How to install libevent on Debian/Ubuntu/Centos Linux
- How to install MySQL Gearman UDF on Ubuntu/Debian Linux
- Installing Gearman shared PECL extension for PHP on Debian/Ubuntu Linux
- Installing Gearman application framework on Debian Linux


Comments (write a comment):
Worked exactly as advertised, thank you for taking the time to document how to install ncurses for Debian/Ubuntu. Posted by: CBE on Oct 08, 2011
I got exactly what i wanted. Posted by: viswanath on Jul 26, 2012
ncurses no install. What do?
Dhave Posted by: Dhave H Config on Feb 18, 2013
@Dhave: are you getting any error messages from any of the commands above? Posted by: shahryar on Feb 22, 2013