linux系统安装wget命令/安装Curl方法

bingo 2022-8-30 6915

安装wget

yum -y install wget

ContOS 

apt-get install wget

Debian/Ubuntu 


安装Curl

apt-get update -y
apt-get install curl -y

ubuntu/debian 系统


yum update -y
yum install curl -y

centos 系统

最新回复 (0)
返回
发新帖