jpbarrette / curlpp

C++ wrapper around libcURL
http://www.curlpp.org
1.68k stars 360 forks source link

Can't install libcurlpp on debian 9.9 #129

Open saumyashah7 opened 3 years ago

saumyashah7 commented 3 years ago

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?