50
【帮助中心】【Linux技术】linux/centos中wget未找到命令
发布时间:2024-02-28 16:25:28 来源:葵花云 作者:小云

安装时出现错误

-bash: wget: command not found

解决办法:

# 执行如下命令

yum -y install wget

wget及其依赖将会被安装