RPMs for tools that Fedora does not package, or ships too old. Built and signed by GitHub Actions from Saeverix/rpm-builds.
sudo curl -o /etc/yum.repos.d/saeverix.repo \
https://saeverix.github.io/rpm-builds/saeverix.repo
sudo rpm --import https://saeverix.github.io/rpm-builds/RPM-GPG-KEY-saeverix
sudo dnf install mangowm
sudo curl -o /etc/yum.repos.d/saeverix.repo \
https://saeverix.github.io/rpm-builds/saeverix-almalinux.repo
sudo rpm --import https://saeverix.github.io/rpm-builds/RPM-GPG-KEY-saeverix
sudo dnf install fish
RUN curl -o /etc/yum.repos.d/saeverix.repo \
https://saeverix.github.io/rpm-builds/saeverix.repo && \
rpm --import https://saeverix.github.io/rpm-builds/RPM-GPG-KEY-saeverix && \
dnf -y install mangowm && \
dnf clean all
The repo files set skip_if_unavailable=0 on purpose, so an unreachable
repo fails the image build rather than quietly producing an image without these
packages.
| Distro | Path | Contents |
|---|---|---|
| Fedora 44 | fedora/44/x86_64/ | everything |
| AlmaLinux 10 | almalinux/10/x86_64/ | fish only |
Every package is signed, and repomd.xml carries a detached signature, so
the repo files enable both gpgcheck and repo_gpgcheck.
2BE1 5FF9 C232 EAC2 4237 DC91 2AC7 5B07 5AFD 843E