System update error: "Multiple matches of mesa-dri-drivers"

Using Gnome Software > Updates I got the following error:

Multiple matches of mesa-dri-drivers
25.1.0~asahipre20250221-1.fc41;aarch64;copr:copr.fedorainfracloud.org:group_asahi:mesa

Any suggestion?

Check which repos you have enabled.
Disable ones you don’t need for the update.

You can do that in Gnome Software, but maybe better to check

dnf repolist


"To disable a particular repository, run the following command as root.

dnf config-manager setopt repository.enabled=0

Where repository is the unique repository ID, for example:

dnf config-manager setopt fedora-extras.enabled=0

"
From Adding or removing software repositories in Fedora :: Fedora Docs

1 Like

I edited your command above.
In the past (with dnf4) dnf repo list was not valid. dnf repolist was and still is valid.

$ dnf4 repo list
No such command: repo. Please use /usr/bin/dnf4 --help

There are still many changes with dnf5 that I have not gotten used to. Adding the repo command is one of those.