jpbarrette/curlpp

Can't install libcurlpp on debian 9.9

saumyashah7 opened this issue · 0 comments

I am trying to install this package inside Docker container: Tomcat-8.5.42 . I checked the operating system version inside the container which is:

Distributor ID: Debian
Description: Debian GNU/Linux 9.9 (stretch)
Release: 9.9
Codename: stretch

The command I am using to install the library is:

apt-get install libcurlpp-dev

The error I am getting is:

E: Unable to locate package libcurlpp-dev

Can anyone please help on this?