Problem with dnf upgrade (gpsd)

Hi!

I would appreciate some help with a issue with dnf which prevents me from installing upgrades. Whenever I run dnf upgrade I get this error:
Error:Error:
Problem: package plasma5support-6.6.4-1.el10_2.x86_64 from @System requires libgps.so.31()(64bit), but none of the providers can be installed
- package gpsd-1:3.26.1-3.el10_2.1.x86_64 from appstream obsoletes gpsd-libs < 1:3.26.1-3.el10_2.1 provided by gpsd-libs-1:3.26.1-3.el10_2.x86_64 from @System
- package gpsd-1:3.26.1-3.el10_2.1.x86_64 from appstream obsoletes gpsd-libs < 1:3.26.1-3.el10_2.1 provided by gpsd-libs-1:3.26.1-3.el10_2.x86_64 from epel
- cannot install the best update candidate for package plasma5support-6.6.4-1.el10_2.x86_64
- cannot install the best update candidate for package gpsd-libs-1:3.26.1-3.el10_2.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)

I realize that the gpsd package has changed but I am at a loss on how to fix it.

try with this:

sudo rpm -e --nodeps gpsd-libs
sudo dnf install gpsd-libs

few days ago someone posted this solution in the chat and it works.

Worked like a charm, thank you!