Tag Archives: -bash: wget: command not found

-Two solutions to bash: WGet: command not found

-Two solutions to bash: WGet: command not found

Prompt when WGet- bash:wget command The WGet package is obviously not installed. In general, WGet will not be installed by default when Linux installation is minimized.

You can install it in two ways:

1. RPM installation

Download source address: http://mirrors.163.com/centos/6.2/os/x86_ 64/Packages/

Download WGet’s RPM package: http://mirrors.163.com/centos/6.2/os/x86_ 64/Packages/wget-1.12-1.4.el6.x86_ 64.rpm

rpm ivh wget-1.12-1.4.el6.x86_ 64. Rpm.

If the client is using SecureCRT and rzsz package is not installed in Linux, what can be done if RZ cannot upload files?I think of installing another SSH client: SSH secure shell. It’s hard to install it on the server, so the second method is recommended. However, if the yum package is not installed, it can only be used in this way.

2. Yum install

yum -y install wget

Obviously, the second method is relatively simple and fast.