createrepo

Initializes an RPM repository in the given directory, including all XML and SQLite files. More information: <https://manned.org/createrepo>.

Debian Debian
RUN apt-get update && \ apt-get install -y createrepo
Ubuntu
RUN apt-get update && \ apt-get install -y createrepo
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y createrepo
CentOS
RUN yum install -y createrepo
Fedora
RUN dnf install -y createrepo
Raspbian
RUN apt-get update && \ apt-get install -y createrepo
click the source code to copy install createrepo on any operating system with command-not-found.com