分类
子分类
专题
标签
排序
Debian 安装 yum
最近试用Debian,用root用户登录,执行yum命令时,居然提示:yum: command not found 可以用以下方法解决 sudo apt-get update sudo apt-get install build-essential sudo apt-get install ...
VPS安装Curl
如果运行脚本时提示 curl: command not found ,那是因为你的 VPS 没装 Curl. ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y centos 系统安装 Cur...