Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision |
linux:notes:rpm_fusion [2024/10/09 21:26] – Sean Rhone | linux:notes:rpm_fusion [2025/04/10 18:13] (current) – [RPM Fusion] Sean Rhone |
---|
| |
* https://rpmfusion.org | * https://rpmfusion.org |
* Expects [[linux;distros;fedora_workstation_gnome|Fedora Workstation]] | * Expects [[linux;distros;fedora_workstation_gnome|Fedora Workstation]] (41; 42 untested) |
| |
====== Repositories ====== | ====== Repositories ====== |
| |
==== Cisco OpenH264 ==== | ===== free ===== |
| |
* https://fedoraproject.org/wiki/OpenH264 | |
| |
sudo dnf config-manager --enable 'fedora-cisco-openh264' | |
| |
==== free ==== | |
| |
* https://download1.rpmfusion.org/free/fedora | * https://download1.rpmfusion.org/free/fedora |
sudo rpm --import 'https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-fedora-2020' && sync && sudo dnf install 'https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-'$(rpm -E %fedora)'.noarch.rpm' -y && sync | sudo rpm --import 'https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-free-fedora-2020' && sync && sudo dnf install 'https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-'$(rpm -E %fedora)'.noarch.rpm' -y && sync |
| |
==== nonfree ==== | ===== nonfree ===== |
| |
* https://download1.rpmfusion.org/nonfree/fedora | * https://download1.rpmfusion.org/nonfree/fedora |
<code>sudo dnf swap 'ffmpeg-free' 'ffmpeg' --allowerasing</code> | <code>sudo dnf swap 'ffmpeg-free' 'ffmpeg' --allowerasing</code> |
| |
<code>sudo dnf update '@core' '@multimedia' '@sound-and-video' --setop='install_weak_deps=False' --exclude='PackageKit-gstreamer-plugin' --allowerasing && sync</code> | <code>sudo dnf update '@core' '@multimedia' --exclude='PackageKit-gstreamer-plugin' --allowerasing && sync</code> |
| |
====== Software ====== | ====== Software ====== |