-bash: curl: command not found 卸载后重新安装
-bash: curl: command not found
rpm -e --nodeps curl
yum remove curl
rpm -qa|grep curl
yum -y install curl
curl --version
-bash: curl: command not found
rpm -e --nodeps curl
yum remove curl
rpm -qa|grep curl
yum -y install curl
curl --version