-bash: curl: command not found解决方法

共计 135 个字符,预计需要花费 1 分钟才能阅读完成。

有时跑脚本时经常遇到,不想上网找,就写个笔记记录一下。

Linux 系统中,使用 -bash curl 命令时提示 “command not found”

-bash: curl: command not found解决方法

CentOS系统输入 

yum install -y curl

Ubuntu/Debian系统输入

 sudo apt install -y curl

正文完
 
iezx
版权声明:本站原创文章,由 iezx 2022-01-27发表,共计135字。
转载说明:本文章为作者原创文章,可自由引用,但请注明出处。
评论(没有评论)
验证码