(I am resending this post because for some reason my previous attempt failed, sorry for
possible double-posting)
Dear rpmfusion-users,
I have an RHEL 8.2 system configured with the the RPMFusion EL 8 updates repository. When
I try to run the `sudo dnf groupupdate Multimedia` command to install packages such as
gstreamer, I get the following error:
```
Error:
Problem: package gstreamer1-plugins-ugly-free-1.16.1-1.el8.x86_64 conflicts with
gstreamer1-plugins-ugly < 1.16.0-2 provided by
gstreamer1-plugins-ugly-1.14.0-1.el8.1.x86_64
- cannot install the best candidate for the job
(try to add '--allowerasing' to command line to replace conflicting packages or
'--skip-broken' to skip uninstallable packages or '--nobest' to use not
only best candidate packages)
```
Running just the `sudo dnf update` command produces the same error. I tried
`--allowerasing`, `--best`, `--nobest` arguments to dnf and combinations of them but none
worked to address the issue. I can see that there is a version mismatch between the
distribution's gstreamer package vs RPMFusion, but how can I fix this problem?
Please advise, thank you!