Nov 29, 2007
termcap-compat on ubuntu
Posted by Martin Perron in HowTo - Linux • 3 commentsGNU termcap is a project which enables programs to use display terminals in a terminal-independent manner.
The termcap package is replaced by the ncurses package. so probably installing ncurses-dev is the best option. But if your program still requires termcap here is how you can install it on ubuntu.
download :
ldso
libc5
termcap-compat
Install termcap-compat:
sudo dpkg -i [...]
