Search code examples
curl

Check to see if cURL is installed locally?


How do I check if cURL is installed on my local server instance?

Does it matter what type of server I'm running to check it?

Is it different if it's a PHP server or a CF server?


Solution

  • In the Terminal, type:

    $ curl -V

    That's a capital V for the version