curl: Multiprotocol data transfer library and utility¶
Description¶
Multiprotocols data transfer library (and utility).
License¶
“MIT style license” : see file “COPYING” at the root of the source tarball, explanations at https://curl.haxx.se/docs/copyright.html.
Upstream Contact¶
According to the file README at the root of the tarball, contact is done by mailing https://curl.haxx.se/mail/
Dependencies¶
None listed.
Special Update/Build Instructions¶
None.
Type¶
standard
Version Information¶
package-version.txt:
7.62.0.p0
Equivalent System Packages¶
conda:
$ conda install curl libcurl-devel
cygwin:
$ apt-cyg install curl libcurl-devel
Debian/Ubuntu:
$ sudo apt-get install curl libcurl-devel
Fedora/Redhat/CentOS:
$ sudo yum install curl libcurl-devel
freebsd:
$ sudo pkg install curl libcurl-devel
homebrew:
$ brew install curl libcurl-devel
macports: install the following packages: curl libcurl-devel opensuse:
$ sudo zypper install curl libcurl-devel
slackware:
$ sudo slackpkg install curl libcurl-devel
void:
$ sudo xbps-install curl libcurl-devel
See https://repology.org/project/curl/versions, https://repology.org/project/libcurl-devel/versions
If the system package is installed, ./configure will check whether it can be used.