<>
linux/centos中wget未找到命令
发布时间:2021-10-06 16:34       
更新时间:2022-11-04 11:49
安装时出现错误
-bash: wget: command not found
解决办法:
# 执行如下命令
yum -y install wget
wget及其依赖将会被安装
已经是最后一篇啦!