六月清晨搅 发表于 2024-9-11 14:54:51

linux/centos中wget未找到命令

安装时出现错误
-bash: wget: command not found
解决办法:
# 执行如下命令
yum -y install wget
wget及其依赖将会被安装
页: [1]
查看完整版本: linux/centos中wget未找到命令