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 年前356 查看次数
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 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则