modifyrepo
tool to generate the metadata for a yum repository
Install
- All systems
-
curl cmd.cat/modifyrepo.sh
- Debian
-
apt-get install createrepo - Ubuntu
-
apt-get install createrepo - Kali Linux
-
apt-get install createrepo - CentOS
-
yum install createrepo - Fedora
-
dnf install createrepo - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install createrepo - Raspbian
-
apt-get install createrepo
createrepo
tool to generate the metadata for a yum repository
The createrepo tool generates the repodata directory and XML metadata that makes up a repository of RPM packages. This repository format is supported by apt-rpm, red-carpet(zen), smartpm, up2date, yast, and yum. This package is similar to the apt-ftparchive or reprepro commands, but for working with RPM repositories.