>>>linux can use wget to download files, wget support HTTP, HTTPS and FTP protocol,
It also supports downloading files from HTTP via HTTP proxy from the Web server.
wget support for the continuation of the breakpoint, can be downloaded URL multiple links inside, for recursive download
Example: wget https://imgsa.baidu.com/forum/w%3D580/sign=62b665f76c59252da3171d0c049a032c/ 495877d3572c11df12a338ce6f2762d0f603c26b.jpg
Wget-b put it in the background to run
Wget-c continue the last interrupted task
wget-d Debug Mode Run command
Wget-o to the downloaded file custom file name//wget Www.baidu.com-O mm
wget--spider parsing can be downloaded but not downloaded
WGET-I specifies that files stored with the download link be downloaded sequentially//wget-i a.txt
wget--reject=gif Filter gif pictures
wget--limit-rate=1k Specifies a maximum download speed of not more than 1KB, unit bit
>>> with wget, we know the address of the binary installation package, which can be downloaded directly with wget and then installed with the RPM-IVH package.
>>> It may be that we use wget download is the source package, that is, the package is not compiled, this should be compiled by itself before installation. Learn to add later.
Download files with wget under Linux