本地yum源搭建

Runner_NingGuo_Wen發表於2020-12-12
 
mv /etc/yum.repos.d /etc/yum.repos.d.bak
mkdir /etc/yum.repos.d /yum
cd /etc/yum.repos.d/
vim local.repo
[local]
name=local    「唯一」 
baseurl=file:///yum
enabled=1    啟用
gpgcheck=0    不檢查安全性

 

ls /yum    「上傳檔案」 
lrzsz-0.12.20-36.el7.x86_64.rpm

 

yum install -y createrepo
createrepo /yum    「索引源」 
yum makecache    「更新快取」 
yum install -y lrzsz

相關文章