I tried to enable curl on cygwin but it says bash: curl: command not found
How do I install curl on cygwin?
|
|
|
In the Cygwin package manager, click on curl. Yes, it's that simple. |
|||||||||||||
|
|
I just encountered this. 1) Find the cygwin setup.exe file from http://cygwin.com/ and run it.
|
|||||||||
|
|
In order to use the command-line version of curl, you need the curl executable. So, run the Cygwins Setup.exe, and select curl (under Net->curl). That one uses libcurl3, which is located in Libs->libcurl3. But libcurl3 will be pulled in as a dependency if it's not already installed. So, just select Net->curl and you're good to go. |
|||
|
I searched for curl on the cygwin packages part of their home page. I found this link So I searched for the That site had a link to download Finally I could use cURL! This drove me crazy. I hope it helps someone! |
|||||||||
|
|
I just ran into this. If you're not seeing curl in the list (see ibaralf's screenshot), then you may have out-of-date cygwin sources. In one of the screens in cygwin's setup.exe wizard, you have the option to "Install from Internet" or "Install from Local Directory". If you have the "Install from Local Directory" option enabled, then you may not see curl in the list. Switch to "Install from Internet" and select a mirror and then you should see curl. |
|||
|
|
|
You can try:
|
|||||
|
|
For future reference: Cygwin comes with many packages (among them curl, as you found) to install one of them you run the |
||||
|
|