Replies: 3 comments
-
|
I wish I had the answer brother- I came across this question looking myself. -- figuring out this CLI business was the bain of my existence - and it still kind of is - but realizing half the time the commands fail for almost everyone made me feel better about myself, lol. |
Beta Was this translation helpful? Give feedback.
-
|
https://winget.ragerworks.com/package/cURL.cURL I bet there's stuff on stack overflow as well. |
Beta Was this translation helpful? Give feedback.
-
|
winget installs curl in But winget maintains it's own directory with links in If you need those to be on PATH too, the only workarounds for you is to either update path to it in PATH on each update by winget or install cURL manually from https://curl.se/windows/ (or wherever) and update it manually, but at least path would be the same. Whatever is easier/more convenient for you. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Windows has curl built in now, but it is an older version and it is compiled without a bunch of features. The WinGet version is much more up to date. However, typing
curlinto command prompt will give you the one from System32 instead of the WinGet version.So, what is the best way to make
curlpoint to the WinGet version without introducing security risks to my machine? I understand that the issue is that the System32 PATH takes precedence over the LocalAppData path, and I guess it should be kept that way to avoid potential code substitution attacks.Beta Was this translation helpful? Give feedback.
All reactions