经验分享共170篇 第15页
Debian 安装 yum-行而思雨

Debian 安装 yum

最近试用Debian,用root用户登录,执行yum命令时,居然提示:yum: command not found 可以用以下方法解决 sudo apt-get update sudo apt-get install build-essential sudo apt-get install ...
福儿fule的头像-行而思雨福儿fule5年前
214111
VPS安装Curl-行而思雨

VPS安装Curl

如果运行脚本时提示 curl: command not found ,那是因为你的 VPS 没装 Curl. ubuntu/debian 系统安装 Curl 方法: apt-get update -y && apt-get install curl -y centos 系统安装 Cur...
福儿fule的头像-行而思雨福儿fule5年前
07602