
在Debian 10环境下执行curl命令,提示:
-bash: curl: command not found
解决办法是安装一下curl。具体如何安装呢?步骤如下。
1.升级系统
sudo apt update && sudo apt upgrade
2.执行安装
sudo apt install curl
或
sudo apt-get install curl
低云远牧
-bash: curl: command not found
sudo apt update && sudo apt upgrade
sudo apt install curl
sudo apt-get install curl