How to install F37 RPM pacakge on F36 Silverblue?

Hi all. I’d like to install podman 4.3.0 on my Silverblue 36. But it’s only packaged for F37 so far.

In normal fedora I’d do:

sudo dnf update podman --releasever 37

But in Silverblue… how do I do that? :thinking:

Thanks!

(1) Did you try to compile podman from sources? It’s written in Go (link below). (2) I don’t know what the podman’s dependencies are but… if it’s already packaged for F37 as .rpm, why don’t you download that .rpm and try installing it with rpm-ostree install on F36?

https://download-ib01.fedoraproject.org/pub/fedora/linux/updates/testing/37/Everything/x86_64/Packages/p/podman-4.3.0-2.fc37.x86_64.rpm

I don’t know if it helps but here’s the .rpm :slightly_smiling_face: