createrepo
package:
~]# yum install createrepo
/mnt/local_repo/
.
createrepo --database
command on that directory:
~]# createrepo --database /mnt/local_repo
createrepo
on Fedora 5 to create the package metadata for Fedora 14 packages. The createrepo
command relies on rpm
to open and inspect the packages, and rpm
on Fedora 5 is not able to open the improved Fedora 14 RPM package format.
yum
operations.