Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |
| linux:notes:rpm_fusion [2025/12/04 02:16] – Tests good F43! Sean Rhone | linux:notes:rpm_fusion [2026/01/10 23:18] (current) – Sean Rhone |
|---|
| * 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' && sudo dnf install 'https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-'$(rpm -E %fedora)'.noarch.rpm' -y |
| |
| ===== nonfree ===== | ===== nonfree ===== |
| * https://download1.rpmfusion.org/nonfree/fedora | * https://download1.rpmfusion.org/nonfree/fedora |
| |
| sudo rpm --import 'https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020' && sync && sudo dnf install 'https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-'$(rpm -E %fedora)'.noarch.rpm' -y && sync | sudo rpm --import 'https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-fedora-2020' && sudo dnf install 'https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-'$(rpm -E %fedora)'.noarch.rpm' -y |
| |
| ====== Multimedia ====== | ====== Multimedia ====== |
| <code>sudo dnf swap 'ffmpeg-free' 'ffmpeg' --allowerasing</code> | <code>sudo dnf swap 'ffmpeg-free' 'ffmpeg' --allowerasing</code> |
| |
| <code>sudo dnf update '@core' '@multimedia' --exclude='PackageKit-gstreamer-plugin' --allowerasing && sync</code> | <code>sudo dnf update '@core' '@multimedia' --exclude='PackageKit-gstreamer-plugin' --allowerasing</code> |
| |
| ====== Software ====== | ====== Software ====== |