Share via

Curl not update

Manjunathaswamy HP 0 Reputation points
2024-02-07T09:53:49.3733333+00:00

Curl not update windows server 2022

Windows for business | Windows Server | User experience | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Anonymous
    2024-02-13T07:40:59.35+00:00

    Hello, You may check the information in the link below: How to update Curl version to 8.4.0? - Microsoft Community As far as I know, to update Curl on Windows Server 2022, you can use the following steps: First, check the current version of Curl installed on your server. Open Command Prompt and type curl --version and press Enter. If you need to update it, first, you have to uninstall the existing version. Go to Control Panel > Programs > Programs and Features, find Curl in the list, and choose to Uninstall it. Now, go to the Curl official website (https://curl.haxx.se/) to download the latest version of Curl. From the download options, select the version that is appropriate for your system architecture (for example, 64-bit or 32-bit). Once the download is complete, unzip the file and extract it to a location on your system (for example, C:\curl). Now, you need to add Curl to your system’s PATH environment variable: Right-click on ‘This PC’ or ‘My Computer’ and select ‘Properties’. Click on ‘Advanced System Settings’. In the System Properties window that appears, click on the ‘Environment Variables’ button. In the Environment Variables window, under ‘System variables’, scroll down and select ‘Path’, then click on ‘Edit’. In the Edit Environment Variable window, click on ‘New’ and add the path where you extracted Curl (for example, C:\curl). Click ‘OK’ to close all the windows. To verify that Curl has been updated, open Command Prompt and type curl --version and press Enter. You should see the new version that you installed. Best Regards,
    Hania Lian

    ---If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.