发布于 2018年1月11日 Liunx(wget: command not found 的错误) 提示 wget: command not found 的错误 这是你的系统精简的太干净了,wget都没有安装,所以需要安装wget。 点击展开 查看更多 CentOS系统: yum install -y wget Debian/Ubuntu系统: apt-get install -y wget 相关