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
Last revisionBoth sides next revision
wiki:use_curl_as_wget_replacement [2017/01/12 19:54] walkeradminwiki:use_curl_as_wget_replacement [2017/01/12 19:55] walkeradmin
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.txt · Last modified: 2023/03/09 22:35 by 127.0.0.1