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

Next revision
Previous revision
linux:notes:rpm_fusion [2024/09/25 21:57] – created 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 (GNOME]] +  * Expects [[linux;distros;fedora_workstation_gnome|Fedora Workstation]] (41; 42 untested)
-  * 2024/09/25: Last tested on F40 (''dnf groupupdate'' didn't work as-is on F41 beta)+
  
 ====== Repositories ====== ====== Repositories ======
  
-==== free ====+===== free =====
  
   * https://download1.rpmfusion.org/free/fedora   * https://download1.rpmfusion.org/free/fedora
Line 13: 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 25: Line 24:
 <code>sudo dnf swap 'ffmpeg-free' 'ffmpeg' --allowerasing</code> <code>sudo dnf swap 'ffmpeg-free' 'ffmpeg' --allowerasing</code>
  
-<code>sudo dnf groupupdate '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 ======
- 
-===== Tainted Repos ===== 
- 
-  * Provides interesting firmware files 
- 
-  rpmfusion-free-release-tainted rpmfusion-nonfree-release-tainted 
  
 ===== free ===== ===== free =====
Line 39: Line 32:
 **** ****
  
-  ffmpeg-libs+  sudo dnf install 'ffmpeg-libs'
  
 ===== nonfree ===== ===== nonfree =====
  
-  steam+  sudo dnf install 'steam'
  
-  intel-media-driver+  sudo dnf swap 'libva-intel-media-driver' 'intel-media-driver' --allowerasing
  
-===== Tainted =====+===== Tainted Repos =====
  
-  libdvdcss +  * https://rpmfusion.org/Howto/Multimedia
- +
-  sudo dnf --repo='rpmfusion-nonfree-tainted' install *'-firmware'+
  
 +  sudo dnf install 'rpmfusion-free-release-tainted' 'rpmfusion-nonfree-release-tainted'
  
 +  sudo dnf install 'libdvdcss'
  
 +  sudo dnf --repo='rpmfusion-nonfree-tainted' install *'-firmware'
  
/srv/www/wiki/data/attic/linux/notes/rpm_fusion.1727315862.txt.gz · Last modified: by Sean Rhone