Hello,
I've just activated the RPMFusion repository (specifically, the EL 8 updates
repository:
https://download1.rpmfusion.org/free/el/updates/8/x86_64/repoview/index.html)
on my newly set-up RHEL 8.2 system.
When I run the `sudo dnf update` or `sudo dnf groupupdate Multimedia` commands, I get an
error that looks like the following:
```
Updating Subscription Management repositories.
Last metadata expiration check: 2:55:41 ago on Wed 06 May 2020 03:32:21 PM BST.
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 update candidate for package
gstreamer1-plugins-ugly-free-1.14.0-2.el8.x86_64
- cannot install the best update candidate for package
gstreamer1-plugins-ugly-1.14.0-1.el8.1.x86_64
(try to add '--allowerasing' to command line to replace conflicting packages or
'--nobest' to use not only best candidate packages)
```
I tried the `--nobest`, `--allowerasing` arguments for `dnf` but the same error pops up.
Looks like it is a version mismatch (1.16.1 vs 1.14.0) for gstreamer between RPMFusion and
RHEL??
Is there a way to safely resolve this conflict or can anyone provide some advice? Thank
you very much.