wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-6.repo
wget -O /etc/yum.repos.d/epel.repo http://mirrors.aliyun.com/repo/epel-6.repo
yum makecache
下载rpm包,但是不安装:
yum install sshpass-1.05-1.el6.x86_64 -y --downloadonly --downloaddir=/usr/local/
参考:http://zhangge.net/4222.html
时间: 2024-10-13 13:40:45