MaartenBaert / ssr

SimpleScreenRecorder, a screen recorder for Linux
http://www.maartenbaert.be/simplescreenrecorder/
GNU General Public License v3.0
2.58k stars 290 forks source link

Will not install on Fedora 38 #1014

Closed blakemcbride closed 1 year ago

blakemcbride commented 1 year ago
# 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 1 year ago

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 ?

blakemcbride commented 1 year ago

That worked. Thank you!