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/20 15:28] – [Disable Testing] Sean Rhonelinux:notes:rpm_fusion [2026/01/10 23:18] (current) Sean Rhone
Line 1: Line 1:
-====== RPM Fusion ======+====== Information ======
  
 +  * RPM Fusion
   * https://rpmfusion.org   * https://rpmfusion.org
-  Expects [[linux;distros;fedora_workstation_gnome|Fedora Workstation]]+ 
 +===== Prerequisites ===== 
 + 
 +  * [[linux;distros;fedora_workstation_gnome|Fedora Workstation (GNOME)]]
  
 ====== Repositories ====== ====== Repositories ======
  
-==== free ====+===== 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' && 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
- +
-==== Disable Testing ==== +
- +
-  * :!: 2024/10/20: F41 beta ''dnf update'' removes Fedora Test repos, but conflicts with ''distro-sync'' ([[https://discussion.fedoraproject.org/t/f41-beta-dnf-update-updates-100-but-distro-sync-downgrades/134185/7|post]]) +
- +
-  sudo dnf repolist +
- +
-  sudo dnf config-manager 'setopt' 'rpmfusion-'*'-updates-testing'.'enabled'='1'+
  
 ====== Multimedia ====== ====== Multimedia ======
Line 32: Line 28:
 <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 ======
/usr/local/www/wiki/data/attic/linux/notes/rpm_fusion.1729452534.txt.gz · Last modified: by Sean Rhone