curl-config
libcurl
Install
- All systems
-
curl cmd.cat/curl-config.sh
- Debian
-
apt-get install libcurl4-openssl-dev
- Ubuntu
-
apt-get install libcurl-openssl1.0-dev
- Alpine
-
apk add curl
- Arch Linux
-
pacman -S curl
- Kali Linux
-
apt-get install libcurl4-openssl-dev
- CentOS
-
yum install libcurl-devel
- Fedora
-
dnf install mingw64-curl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libcurl-openssl1.0-dev
- OS X
-
brew install curl
- Raspbian
-
apt-get install libcurl4-openssl-dev
- Dockerfile
- dockerfile.run/curl-config
- Docker
-
docker run cmd.cat/curl-config curl-config
powered by Commando
libcurl-devel
libcurl
libcurl4-gnutls-dev
development files and documentation for libcurl (GnuTLS 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 GnuTLS.
libcurl4-nss-dev
development files and documentation for libcurl (NSS 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 NSS.
libcurl4-openssl-dev
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.
mingw32-curl
MinGW Windows port of curl and libcurl
mingw64-curl
MinGW Windows port of curl and libcurl
curl
command line tool for transferring data with URL syntax
curl is a command line tool for transferring data with URL syntax, supporting DICT, FILE, FTP, FTPS, GOPHER, HTTP, HTTPS, IMAP, IMAPS, LDAP, LDAPS, POP3, POP3S, RTMP, RTSP, SCP, SFTP, SMTP, SMTPS, TELNET and TFTP. curl 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, proxy tunneling and a busload of other useful tricks.