MaartenBaert/ssr

Will not install on Fedora 38

blakemcbride opened this issue · 2 comments

# rpm -Uvh http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
Retrieving http://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-stable.noarch.rpm
error: Failed dependencies:
	system-release(37) is needed by rpmfusion-free-release-37-1.noarch

I looked all around the net and tried all sorts of things with no luck.

namgo commented

This is a problem with rpmfusion itself rather than SSR; try dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-38.noarch.rpm ?

That worked. Thank you!