Heim >Betrieb und Instandhaltung >CentOS >So erstellen Sie eine lokale RPM-Quelle in CentOS

So erstellen Sie eine lokale RPM-Quelle in CentOS

藏色散人
藏色散人nach vorne
2020-06-12 15:18:592500Durchsuche

In der folgenden Spalte des Centos-Tutorials erfahren Sie, wie Sie eine lokale RPM-Quelle in CentOS erstellen. Ich hoffe, dass es für Freunde in Not hilfreich ist!

So erstellen Sie eine lokale RPM-Quelle in CentOS

createrepo installieren

yum install createrepo

Lokale RPM-Quelle erstellen

cd /opt/yliyun/conf
createrepo ./rpm

Repo-Konfiguration

Neues 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

Lokales rpm installieren

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

Das obige ist der detaillierte Inhalt vonSo erstellen Sie eine lokale RPM-Quelle in CentOS. Für weitere Informationen folgen Sie bitte anderen verwandten Artikeln auf der PHP chinesischen Website!

Stellungnahme:
Dieser Artikel ist reproduziert unter:segmentfault.com. Bei Verstößen wenden Sie sich bitte an admin@php.cn löschen