我下载了 centos 6.4 dvd 的 1 和 2 第一个是 4.4 GB 第二个是 1.4 GB
显然第二个也有回购文件。
所以安装它们然后将它们复制到2个文件夹。
home/a/repo_dvd_1
home/a/repo_dvd_2
然后我将它们添加到回购
我只是编辑了 CentOS_Base.repo 或任何该文件的名称。
我将“启用= 0”添加到所有内容并将它们放在首位
[01]
name=01
baseurl=file:///home/a/repo_dvd_1
enabled=1
gpgcheck=0
[02]
name=01
baseurl=file:///home/a/repo_dvd_2
enabled=1
gpgcheck=0
然后我跑了
yum clean all
然后我尝试搜索php
yum search php
这是结果。
[root@localhost a]# yum clean all
Loaded plugins: fastestmirror, refresh-packagekit, security
Cleaning repos: 01 02
Cleaning up Everything
Cleaning up list of fastest mirrors
[root@localhost a]#
[root@localhost a]# yum search php
Loaded plugins: fastestmirror, refresh-packagekit, security
Determining fastest mirrors
01 | 4.0 kB 00:00 ...
01/primary_db | 4.4 MB 00:00 ...
file:///home/a/repo_dvd_2/repodata/repomd.xml: [Errno 14] Could not open/read file:///home/a/repo_dvd_2/repodata/repomd.xml
Trying other mirror.
Error: Cannot retrieve repository metadata (repomd.xml) for repository: 02. Please verify its path and try again