首頁> 運維> CentOS> 主體

CentOS如何製作本地rpm來源

藏色散人
發布: 2020-06-12 15:18:59
轉載
2382 人瀏覽過

下面由centos教學欄位來介紹CentOS製作本地rpm來源的方法,希望對需要的朋友有幫助!

CentOS如何製作本地rpm來源

安裝createrepo

yum install createrepo
登入後複製

製作本機rpm來源

cd /opt/yliyun/conf createrepo ./rpm
登入後複製

repo設定

新CentOS-Local.repo

/opt/yliyun/conf/CentOS-Local.repo # CentOS-Local.repo # # This repo can be used with mounted DVD media, verify the mount point for # CentOS-6. You can use this repo and yum to install items directly off the # DVD ISO that we release. # # To use this repo, put in your DVD and use it with the other repos too: # yum --enablerepo=c6-local [command] # # or for ONLY the media repo, do this: # # yum --disablerepo=\* --enablerepo=c6-local [command] [c6-local] name=CentOS-$releasever - Media baseurl=file:///opt/yliyun/conf/rpm/ gpgcheck=0 enabled=1 gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
登入後複製

安裝本地rpm

yum --disablerepo=\* --enablerepo=c6-local -c conf/CentOS-Local.repo -q -y localinstall conf/rpm/*.rpm --nogpgcheck
登入後複製

以上是CentOS如何製作本地rpm來源的詳細內容。更多資訊請關注PHP中文網其他相關文章!

相關標籤:
來源:segmentfault.com
本網站聲明
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn
最新下載
更多>
網站特效
網站源碼
網站素材
前端模板
關於我們 免責聲明 Sitemap
PHP中文網:公益線上PHP培訓,幫助PHP學習者快速成長!