createrepo
Initializes an RPM repository in the given directory, including all XML and SQLite files. More information: <https://manned.org/createrepo>.
Install
- All systems
-
curl cmd.cat/createrepo.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
Initializes an RPM repository in the given directory, including all XML and SQLite files. More information: <https://manned.org/createrepo>.
-
Initialize a basic repository in a directory:
createrepo path/to/directory -
Initialize a repository, exclude test RPMs and display verbose logs:
createrepo -v -x test_*.rpm path/to/directory -
Initialize a repository, using SHA1 as the checksum algorithm, and ignoring symbolic links:
createrepo -S -s sha1 path/to/directory
© tl;dr; authors and contributors