curl: command not found错误解决方法
admin 阅读:50 2024-03-03
Linux 系统运行 curl 命令提示错误:
curl: command not found
错误原因是系统中没有安装 curl,使用如下命令安装 curl 后再次运行正确执行。
ubuntu/debian 系统:
apt-get update -y && apt-get install curl -y
centos 系统:
yum update -y && yum install curl -y
声明
1、部分文章来源于网络,仅作为参考。 2、如果网站中图片和文字侵犯了您的版权,请联系1943759704@qq.com处理!