-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Package Request: cURL #726
Comments
curl is actually included already in recent versions of Windows: https://techcommunity.microsoft.com/t5/containers/tar-and-curl-come-to-windows/ba-p/382409 |
I support it! |
Blocked by curl/curl#5424 |
This issue has been automatically marked as stale because it has been marked as requiring author feedback but has not had any activity for 7 days. It will be closed if no further activity occurs within 7 days of this comment. |
Blocked by: microsoft/winget-cli#182 |
We're getting closer to support for .zip based installers with portable packages inside. I've added the .zip label and removed .exe now that portable packages are supported. |
Thanks for ever making this software more excellent |
@Trenly do you already have a cURL manifest in the works somewhere? |
Linked above |
* [Zip][Portable] New Package: cURL.cURL 7.85.0 * #726 * microsoft/winget-cli#2600 * winget-cli#2600 has been resolved * Whoopsies, fix the relative path
Description of the new feature/enhancement
cURL is a commonly used command line based download tool. By allowing
winget install curl
can make ease for its installation on Windows.Proposed technical implementation details (optional)
As cURL does not provide official installers for Windows, currently the only way to install it is download its binary builds for windows, extract, then manually copy
curl.exe
toC:\Users\xxx
for it to be effective, or add a path via environment variable.I wonder if there's a way to allow
winget install curl
to come true, and have everything done via one simple command?The text was updated successfully, but these errors were encountered: