Set up this repository
Base URL: https://repo.sitemule.com/repo. Pick your platform below.
- IBM i (PASE, yum)
- Windows (WinGet) (coming soon)
- macOS (Homebrew) (coming soon)
- Fedora (dnf)
- RHEL / AlmaLinux / Rocky (yum)
- Debian (apt) (coming soon)
- Ubuntu (apt) (coming soon)
Your platform
Detected automatically where possible; adjust to a build the repository actually publishes.
Selected build:
IBM i (PASE, yum)
Trust the CA, add the repo, then install. Or run the one-liner.
curl -k https://repo.sitemule.com/bootstrap.sh | sudo bash
mkdir -p /QOpenSys/etc/pki/tls/certs /QOpenSys/etc/yum/repos.d
curl -fsSL -k https://repo.sitemule.com/ca.crt -o /QOpenSys/etc/pki/tls/certs/repo-repo.crt
curl -fsSL -k https://repo.sitemule.com/repo.repo -o /QOpenSys/etc/yum/repos.d/repo.repo
yum install <package-name>
Windows (WinGet)
This repository currently serves RPM packages only. Windows (WinGet) support is planned.
macOS (Homebrew)
This repository currently serves RPM packages only. macOS (Homebrew) support is planned.
Fedora (dnf)
Trust the CA, add the repo, then install.
sudo curl -fsSL -k https://repo.sitemule.com/ca.crt -o /etc/pki/ca-trust/source/anchors/repo-repo.crt
sudo update-ca-trust
sudo curl -fsSL https://repo.sitemule.com/repo.repo -o /etc/yum.repos.d/repo.repo
sudo dnf install <package-name>
RHEL / AlmaLinux / Rocky (yum)
Trust the CA, add the repo, then install.
sudo curl -fsSL -k https://repo.sitemule.com/ca.crt -o /etc/pki/ca-trust/source/anchors/repo-repo.crt
sudo update-ca-trust
sudo curl -fsSL https://repo.sitemule.com/repo.repo -o /etc/yum.repos.d/repo.repo
sudo yum install <package-name>
Debian (apt)
This repository currently serves RPM packages only. Debian (apt) support is planned.
Ubuntu (apt)
This repository currently serves RPM packages only. Ubuntu (apt) support is planned.