User Tools

Site Tools


wiki:use_curl_as_wget_replacement

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:use_curl_as_wget_replacement [2017/01/12 19:54] walkeradminwiki:use_curl_as_wget_replacement [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 7: Line 7:
 \\  \\ 
 \\  \\ 
-Where you would have used wget like so: +    Where you would have used wget like so: 
-<color red>wget</color> https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm +     
-\\  +    wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
-\\  +
-You can use      +
-<color darkorange>curl</color> -O https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm+
 \\  \\ 
 +    You can use:
 +    
 +    curl -O https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
 \\  \\ 
 The <color darkorange>-O</color> is important, this tells <color darkorange>curl</color> to output to file, by default <color darkorange>curl</color> will output to the console (screen) and you will just see a mess. The <color darkorange>-O</color> is important, this tells <color darkorange>curl</color> to output to file, by default <color darkorange>curl</color> will output to the console (screen) and you will just see a mess.
wiki/use_curl_as_wget_replacement.1484250875.txt.gz · Last modified: 2023/03/09 22:35 (external edit)