×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
createrepo is a program that creates a repomd (xml-based rpm metadata) repository from a set of rpms.
To set up a Yum repository, follow these steps: Install the createrepo package. To do so, type the following at a shell prompt as root: yum install createrepo.
2020/01/02 · 1. Install createrepo utility · 2. Create a repository directory · 3. Put RPM files into the repository directory · 4. Create the repository ...
github.com からのcreaterepo
This program generates a repodata dir and xml files for a repository of rpm packages. This repository is compatible with apt/yum/smart/yast and many other ...
2024/01/22 · Move the rpms for the repository into the directory, then run createrepo against that: Raw. # cp *.rpm /var/www/html/repo # createrepo /var/www/ ...
This project defines the rpm-metadata (repodata) format and maintains one of the programs (createrepo) which create this format from existing rpms and other ...
The createrepo module creates yum repositories and it's metadata caches. It also provides mechanisms to update the repositories with an optional cron job and ...
The following procedure will explain how to set up an NFS share containing a repository of locally built/rebuilt/downloaded packages and access them in a ...
To create a YUM repository follow these steps: 1. Install the createrepo tool. To do so, run the following command as root: yum install createrepo.
Createrepo_c parallelizes a lot of tasks (including compression) by default; this only adds extra threads on XZ library level which causes thread bloat.