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
已提問 2 年前檢視次數 355 次
2 個答案
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
已回答 1 年前
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
已回答 7 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南