网络营销师_王健
Linux下的常见错误及处理
post by:王健 2020-5-7 19:51

bash: wget: command not found

wget 时提示 -bash:wget command not found,很明显没有安装wget软件包。

解决:yum -y install wget


安装Curl支持环境:

apt -y install curl      #Debian

yum -y install curl     #CentOS

安装git支持环境:

Centos下使用:yum install git -y  或者  yum install -y git

Ubuntu/Debian下使用 : apt-get install git -y

评论:
发表评论:
昵称

邮件地址 (选填)

个人主页 (选填)

内容