curl

Curl Installation

From packages

The curl source packages can be downloaded from the following page:

https://curl.haxx.se/download.html

However, the best way to install it is to use your package repository.

For Linux distros, you can use apt-get, yum or rpm depending on the distribution you are using, so the exact command will be:

apt-get install curl

Or:

yum install curl

For Mac users, you can install curl via Homebrew. More details here:

https://brewformulas.org/Curl


This modified text is an extract of the original Stack Overflow Documentation created by the contributors and released under CC BY-SA 3.0 This website is not affiliated with Stack Overflow