My ultimate goal is to create a Docker image with a particular binary installed (loudgain) that I can run functions on.
As above, pkgs.org claims the binary is available from both "fedora-updates" and "RPM Fusion Free" repositories. I've tried manually installing the Fedora Updates .repo
file into /etc/yum/repos.d
on Amazon Linux 2, but I get a "not found" error when I try to yum install loudgain
(is pkgs.org wrong?)
When I try to dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
on Amazon Linux 2022 I get the error "nothing provides system-release(34) needed by rpmfusion-free-release-34-1.noarch", but I thought Amazon Linux 2022 was based on Fedora 34 so I don't understand why.