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:55] walkeradminwiki:use_curl_as_wget_replacement [2023/03/09 22:35] (current) – external edit 127.0.0.1
Line 11: Line 11:
     wget 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
-    You can use     +    
     curl -O https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm     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.1484250915.txt.gz · Last modified: 2023/03/09 22:35 (external edit)