Bug 6492

Summary: Bug in installation documentation
Product: Infrastructure Reporter: Gordon Messmer <gordon.messmer>
Component: WebsitesAssignee: Nicolas Chauvet <kwizart>
Status: RESOLVED FIXED    
Severity: enhancement CC: leigh123linux, lxtnow, matthias
Priority: P1    
Version: NA   
Hardware: x86_64   
OS: GNU/Linux   
namespace:

Description Gordon Messmer 2022-11-18 07:01:47 CET
https://rpmfusion.org/Howto/Multimedia#Play_a_DVD

The DVD installation guide directs users to run: sudo dnf install "*-firmware"

However, Fedora 37 now includes a package meant for Apple ARM systems which seems to be causing problems for users.  Its name was update-vendor-firmware (and now a related package provides that capability by name).

In order to avoid directing users to install dracut-asahi (aka update-vendor-firmware), perhaps the documentation could be updated to:

sudo dnf --disablerepo=* --enablerepo=rpmfusion-nonfree-release-tainted install "*-firmware
Comment 1 Nicolas Chauvet 2022-11-18 09:30:18 CET
Thanks for the suggestion, adopted.
Comment 2 Gordon Messmer 2022-11-18 17:43:46 CET
Thanks!

Unfortunately, I see now that due to a copy/paste error on my part, there is now an unclosed double-quote.  Sorry about that.

I was also told by an observer that a shorter and equivalent version of that command is:

sudo dnf --repo=rpmfusion-nonfree-release-tainted install "*-firmware"
Comment 3 Nicolas Chauvet 2022-11-18 18:12:35 CET
OK fixed