curl安装指令
sudo apt-get install curl libcurl3 libcurl3-dev php5-curl
npm安装指令
npm需要分两步走,curl是前提。首先升级软件源,安装nodejs:
sudo apt-get update
sudo apt-get install nodejs
安装npm
sudo apt-get install npm
git安装指令
deepin深度系统需要root权限才能升级或安装git
apt-get update
apt-get install git -y