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
You can use the following badge to inform users of curl about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/curl'><img src='https://packages.guix.gnu.org/packages/curl/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[![Version in GNU Guix](https://packages.guix.gnu.org/packages/curl/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/curl)
Example Org:
[[https://packages.guix.gnu.org/packages/curl][https://packages.guix.gnu.org/packages/curl/badges/latest-version.svg]]