Linux yum的配置使用和程序包的编译安装(5)

[root@localhost xfs]# ll total 3980 -rw-r--r--. 1 root root 942156 Sep 10 10:41 xfsprogs-4.5.0-10.el7_3.i686.rpm -rw-r--r--. 1 root root 916492 Sep 10 10:41 xfsprogs-4.5.0-10.el7_3.x86_64.rpm -rw-r--r--. 1 root root 942328 Sep 10 10:41 xfsprogs-4.5.0-9.el7_3.i686.rpm -rw-r--r--. 1 root root 916296 Sep 10 10:41 xfsprogs-4.5.0-9.el7_3.x86_64.rpm -rw-r--r--. 1 root root 68316 Sep 10 10:41 xfsprogs-devel-4.5.0-10.el7_3.i686.rpm -rw-r--r--. 1 root root 68264 Sep 10 10:41 xfsprogs-devel-4.5.0-10.el7_3.x86_64(1).rpm -rw-r--r--. 1 root root 68264 Sep 10 10:41 xfsprogs-devel-4.5.0-10.el7_3.x86_64.rpm -rw-r--r--. 1 root root 68184 Sep 10 10:41 xfsprogs-devel-4.5.0-9.el7_3.i686.rpm -rw-r--r--. 1 root root 68148 Sep 10 10:41 xfsprogs-devel-4.5.0-9.el7_3.x86_64.rpm

使用createrepo来生成:

[root@localhost ~]# createrepo /xfs/ Spawning worker 0 with 5 pkgs Spawning worker 1 with 4 pkgs Workers Finished Saving Primary metadata Saving file lists metadata Saving other metadata Generating sqlite DBs Sqlite DBs complete [root@localhost ~]# ll /xfs/ total 3984 drwxr-xr-x. 2 root root 4096 Sep 10 10:46 repodata -rw-r--r--. 1 root root 942156 Sep 10 10:41 xfsprogs-4.5.0-10.el7_3.i686.rpm -rw-r--r--. 1 root root 916492 Sep 10 10:41 xfsprogs-4.5.0-10.el7_3.x86_64.rpm -rw-r--r--. 1 root root 942328 Sep 10 10:41 xfsprogs-4.5.0-9.el7_3.i686.rpm -rw-r--r--. 1 root root 916296 Sep 10 10:41 xfsprogs-4.5.0-9.el7_3.x86_64.rpm -rw-r--r--. 1 root root 68316 Sep 10 10:41 xfsprogs-devel-4.5.0-10.el7_3.i686.rpm -rw-r--r--. 1 root root 68264 Sep 10 10:41 xfsprogs-devel-4.5.0-10.el7_3.x86_64(1).rpm -rw-r--r--. 1 root root 68264 Sep 10 10:41 xfsprogs-devel-4.5.0-10.el7_3.x86_64.rpm -rw-r--r--. 1 root root 68184 Sep 10 10:41 xfsprogs-devel-4.5.0-9.el7_3.i686.rpm -rw-r--r--. 1 root root 68148 Sep 10 10:41 xfsprogs-devel-4.5.0-9.el7_3.x86_64.rpm [root@localhost ~]# ll /xfs/repodata/ total 32 -rw-r--r--. 1 root root 1615 Sep 10 10:46 048072895365ec38b370d70bc209f3fd08a54bba535a2feb497448fa7b3d622e-other.xml.gz -rw-r--r--. 1 root root 3885 Sep 10 10:46 29cf78ac1dcc6c2443c5a2d9a135a4a7f1591f44a1964c984c1664000ac86ee6-other.sqlite.bz2 -rw-r--r--. 1 root root 1239 Sep 10 10:46 2a83ee6cbdb7d0ca6063f91aa8e382271a05ae1e868f637beb0549758511325b-filelists.xml.gz -rw-r--r--. 1 root root 3144 Sep 10 10:46 40f7e90c6dc338f5292d2cb1ee3d2153241fb714eca0365d2419eadfe7fda2e0-filelists.sqlite.bz2 -rw-r--r--. 1 root root 7501 Sep 10 10:46 5c4be0e2d956a133454d00f51c3833d44d13c60375937bf59bce4258210d9075-primary.sqlite.bz2 -rw-r--r--. 1 root root 2376 Sep 10 10:46 5c7e3e89ad6e3210fee5ca5519fcd26bb60f4356d9035da5e273bb69521b8be3-primary.xml.gz -rw-r--r--. 1 root root 2975 Sep 10 10:46 repomd.xml #特征码

createrepo生成repodata

然后在配置文件里面添加就行了,这样本地创建的yum repository就生效了:

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/13477.html