-
Update list of packages. Example:
sudo apt update
-
Install system package. Example:
sudo apt install curl
-
Download to
%USERPROFILE%\Downloads
-
Extract file
-
If 7-Zip is installed:
set CURL_VERSION=8.2.1_7 "%ProgramFiles%\7-Zip\7z.exe" x %USERPROFILE%\Downloads\curl-%CURL_VERSION%-win64-mingw.zip
-
-
Copy file to
C:Windows
set CURL_VERSION=8.2.1_7 copy %USERPROFILE%\Downloads\curl-%CURL_VERSION%-win64-mingw\bin\curl.exe C:\Windows\curl.exe
-
Test
curl --version