How to Install libcurl4-openssl-dev in Ubuntu 18.04



Install libcurl4-openssl-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libcurl4-openssl-dev

Description:

development files and documentation for libcurl (OpenSSL flavour)

libcurl is an easy-to-use client-side URL transfer library, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. . libcurl supports SSL certificates, HTTP POST, HTTP PUT, FTP uploading, HTTP form based upload, proxies, cookies, user+password authentication (Basic, Digest, NTLM, Negotiate, Kerberos), file transfer resume, http proxy tunneling and more! . libcurl is free, thread-safe, IPv6 compatible, feature rich, well supported, fast, thoroughly documented and is already used by many known, big and successful companies and numerous applications. . This package provides the development files (ie. includes, static library, manual pages) that allow one to build software which uses libcurl. . SSL support is provided by OpenSSL.

Homepage: http://curl.haxx.se

Version: 7.58.0-2ubuntu3

Section: libdevel