Usage demo • Installation • Usage • CI Status • License
rep
is a DNF/YUM repository management utility.
sudo dnf install -y https://pkgs.kaos.st/kaos-repo-latest.el$(grep 'CPE_NAME' /etc/os-release | tr -d '"' | cut -d':' -f5).noarch.rpm
sudo dnf install rep
Official rep
images available on GitHub Container Registry and Docker Hub. Install the latest version of Podman or Docker, then:
curl -fL# -o rep-container https://kaos.sh/rep/rep-container
chmod +x rep-container
sudo mv rep-container /usr/bin/rep
mkdir /opt/rep
export REP_DIR=/opt/rep
# Create repository configuration in /opt/rep/conf (use common/repository.knf.example as an example)
rep init src x86_64
rep add my-package.el8.x86_64.rpm
Official Docker images with rep
:
Branch | Status |
---|---|
master |
|
develop |