lib32tinfo-dev software package provides developers library for the low-level terminfo library (32-bit), you can install in your Ubuntu 12.04 LTS (Precise Pangolin) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install lib32tinfo-dev
lib32tinfo-dev is installed in your system.
Make ensure the lib32tinfo-dev package were installed using the commands given below,
$ sudo dpkg-query -l | grep lib32tinfo-dev *
You will get with lib32tinfo-dev package name, version, architecture and description in a table
| Distro | Ubuntu 12 04 lts precise pangolin |
| Section | Library development |
| Package | lib32tinfo-dev |
| Version | 5.9-4 |
| Description | developers library for the low-level terminfo library (32-bit) |
| Sub Section | libdevel |