shell-yum离线安装 2019-11-11 本文已影响0人 cluluu yum -y install xxxx --downloaddir=/home/download --downloadonly function rpmfile() { for file in `ls $1` do rpm -ivh $file --replacefiles --force --nodeps #echo $file done }