Home > Article > Operation and Maintenance > How to install wget on centos
CentOS wget is a free tool that automatically downloads files from the Internet. It supports HTTP, HTTPS and FTP protocols and can use HTTP proxy.
(Recommended tutorial: centos usage tutorial)
prompts that the command is found, then you need to install:
yum install wget
CentOS wget usage tips:
This command can download all the packages in the packages directory on the http://example.com website document. Among them, -np means not to traverse the parent directory, and -nd means not to recreate the directory structure on the local machine.
Related video tutorial sharing: linux video tutorial
The above is the detailed content of How to install wget on centos. For more information, please follow other related articles on the PHP Chinese website!