theking2
(John King)
1
How do I install simplescreenrecorder on F43?
Can I assume there is no(t yet) a version for F43?
$ sudo 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
warning: /var/tmp/rpm-tmp.cy9VtT: Header OpenPGP V4 RSA/SHA256 signature, key ID e06f8ecdd651ff2e: NOKEY
error: Failed dependencies:
system-release(42) is needed by rpmfusion-free-release-42-1.noarch
pg-tips
(P G)
2
There’s a Fedora 43 version in rpmfusion-free.
Instead of using the rpm command to download from an HTTP location, what happens if you do:
sudo dnf install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install simplescreenrecorder
(Edited this so the first command is the one recommended in the RPMFusion docs.)
2 Likes