User Tools

Site Tools


linux:notes:rpm_fusion

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:notes:rpm_fusion [2024/10/09 21:26] Sean Rhonelinux:notes:rpm_fusion [2025/04/10 18:13] (current) – [RPM Fusion] Sean Rhone
Line 2: Line 2:
  
   * 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
Line 18: Line 12:
   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
Line 30: Line 24:
 <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 ======
/srv/www/wiki/data/attic/linux/notes/rpm_fusion.1728523612.txt.gz · Last modified: by Sean Rhone