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, file transfer resume, user+password authentication (Basic, Digest, NTLM, Negotiate, kerberos...), proxy tunneling, and so on.
- Versions: 8.6.0
- Website: https://curl.se/
- Licenses: non-copyleft
- Package source: gnu/packages/curl.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of curl
as follows:
guix install curl
Or install a particular version:
guix install curl@8.6.0
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
HTML: <a href='http://127.0.0.1:3000/packages/curl/'><img src='http://127.0.0.1:3000/packages/curl/badges/latest-version.svg'></img></a> Markdown: [![GNU Guix](http://127.0.0.1:3000/packages/curl/badges/latest-version.svg)](http://127.0.0.1:3000/packages/curl/) Org: [[http://127.0.0.1:3000/packages/curl/][http://127.0.0.1:3000/packages/curl/badges/latest-version.svg]]