在Debian 10
环境下执行curl
命令,提示:
-bash: curl: command not found
解决办法是安装一下curl
。具体如何安装呢?步骤如下。文章源自国外主机测评-https://www.zjcp.org/14400.html
1.升级系统文章源自国外主机测评-https://www.zjcp.org/14400.html
sudo apt update && sudo apt upgrade
2.执行安装文章源自国外主机测评-https://www.zjcp.org/14400.html
sudo apt install curl
或文章源自国外主机测评-https://www.zjcp.org/14400.html
sudo apt-get install curl
文章源自国外主机测评-https://www.zjcp.org/14400.html文章源自国外主机测评-https://www.zjcp.org/14400.html