In this tutorial, we will guide you through the process of how to install cURL on macOS.
cURL is a software project that provides a command-line tool (curl) and library (libcurl) for transmitting data using various network protocols.
Follow the following steps to install cURL on MacOSX.
- Open your terminal.
- Execute the command below in your terminal:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- If prompted for a password after executing the command, please enter your Mac’s user password to proceed. Then, wait for the installation to complete.
- Run the following command:
brew install curl
In this way, you are able to use cURL from your Mac PC! For more information, visit our bodHOSTÂ knowledge base section.