La colonne suivante du tutoriel centos vous présentera comment créer une source RPM locale dans CentOS. J'espère qu'elle sera utile aux amis dans le besoin !
Installer createrepo
yum install createrepo
Créer une source RPM locale
cd /opt/yliyun/conf createrepo ./rpm
configuration du dépôt
Nouveau 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
Installer le rpm local
yum --disablerepo=\* --enablerepo=c6-local -c conf/CentOS-Local.repo -q -y localinstall conf/rpm/*.rpm --nogpgcheck
Ce qui précède est le contenu détaillé de. pour plus d'informations, suivez d'autres articles connexes sur le site Web de PHP en chinois!