1

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?

Waqar
  • 13

2 Answers2

0

Go to Ubuntu launchpad and download libcncurses5-dev.deb then copy it to pendrive, transfer it to the other PC, and give the command:

dpkg -i libcncurses5-dev.deb

Good luck. And do consider upgrading to a supported version of Ubuntu.

rancho
  • 4,036
0

Ubuntu 9.10 used libncurses5_5.7, like libncurses5_5.7+20090803-2ubuntu2_i386.deb

All packages, release version :

libncurses5_5.7+20090803-2ubuntu2_i386.deb
libncurses5-dev_5.7+20090803-2ubuntu2_i386.deb
libncursesw5_5.7+20090803-2ubuntu2_i386.deb
ncurses-bin_5.7+20090803-2ubuntu2_i386.deb
ncurses-base_5.7+20090803-2ubuntu2_all.deb
ncurses-term_5.7+20090803-2ubuntu2_all.deb

Link to all packages http://old-releases.ubuntu.com/ubuntu/pool/main/n/ncurses/


Knud Larsen
  • 3,084