Debian 10 中 Bash 命令执行错误: 'curl: command not found' 解决方法
这个错误提示意味着你的系统缺少 curl 命令,你需要先安装 curl 再执行这个命令。你可以使用以下命令安装 curl:
sudo apt-get update sudo apt-get install curl
安装完成后再执行你提供的命令。
原文地址: https://www.cveoy.top/t/topic/mML3 著作权归作者所有。请勿转载和采集!
安全问答是一个知识全球问答,包含丰富的问答知识
这个错误提示意味着你的系统缺少 curl 命令,你需要先安装 curl 再执行这个命令。你可以使用以下命令安装 curl:
sudo apt-get update sudo apt-get install curl
安装完成后再执行你提供的命令。
原文地址: https://www.cveoy.top/t/topic/mML3 著作权归作者所有。请勿转载和采集!