I want to install libncurses5-dev in a PC with no internet connection, while I can download it from another PC having internet.I have tried to install libncurses5-dev by using following commands
sudo apt-get update sudo apt-get install libncurses5-dev
The error displayed is
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libncurses5-dev
I am trying to download the libncurses5-dev package from internet on other PC but unable to find libncurses5-dev package for Ubuntu 9.10 version. How to download and install the libncurses5-dev package?