How do I install the RPM Fusion repo on Amazon Linux 2022?

1

As per these instructions I’m trying to install the RPM Fusion repo on an Amazon Linux 2022 container spun up in Docker, but it doesn’t work:

bash-5.1# dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
Last metadata expiration check: 0:38:10 ago on Wed Jun 15 10:01:47 2022.
rpmfusion-free-release-34.noarch.rpm             14 kB/s |  11 kB     00:00    
Error: 
 Problem: conflicting requests
  - nothing provides system-release(34) needed by rpmfusion-free-release-34-1.noarch
(try to add '--skip-broken' to skip uninstallable packages)

I understood that Amazon Linux 2022 was Fedora 34, so this should work, right?

ratkins
gefragt vor 2 Jahren355 Aufrufe
2 Antworten
0

I believe that the problem described here is the same as the problem described at:

https://repost.aws/questions/QUIMw8IWHSQz6W5tGv3WO1qA

"Problem: conflicting requests - nothing provides redhat-release >= 7 needed by epel-release-7-14.noarch"

An immediate solution is to create a new EC2 from an Amazon Linux 2 AMI.

dbataws
beantwortet vor einem Jahr
0

AL2023 is an independent distro that uses multiple upstreams. It's not directly compatible with any particular version of Fedora, and therefore rpm-fusion packages are unlikely to work with it.

AWS
beantwortet vor 7 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen