Today, I executed a dnf upgrade --refresh to make the rutinary update of my system.
The problem is, after this, i got the following errors:
Problem 1: package sane-backends-drivers-scanners-1.0.29-6.fc31.i686 requires libcurl.so.4, but none of the providers can be installed
- package libcurl-7.66.0-1.fc31.i686 requires libnghttp2.so.14, but none of the providers can be installed
- package libcurl-minimal-7.66.0-1.fc31.i686 requires libnghttp2.so.14, but none of the providers can be installed
- cannot install the best update candidate for package sane-backends-drivers-scanners-1.0.28-5.fc31.i686
- package libnghttp2-1.40.0-1.fc31.i686 is filtered out by modular filtering
- package libnghttp2-1.39.2-1.fc31.i686 is filtered out by modular filtering
Problem 2: problem with installed package sane-backends-drivers-scanners-1.0.28-5.fc31.i686
- package sane-backends-drivers-scanners-1.0.28-5.fc31.i686 requires sane-backends = 1.0.28-5.fc31, but none of the providers can be installed
- package sane-backends-drivers-scanners-1.0.29-6.fc31.i686 requires libcurl.so.4, but none of the providers can be installed
- cannot install both sane-backends-1.0.29-6.fc31.x86_64 and sane-backends-1.0.28-5.fc31.x86_64
- package libcurl-7.66.0-1.fc31.i686 requires libnghttp2.so.14, but none of the providers can be installed
- package libcurl-minimal-7.66.0-1.fc31.i686 requires libnghttp2.so.14, but none of the providers can be installed
- cannot install the best update candidate for package sane-backends-1.0.28-5.fc31.x86_64
- package libnghttp2-1.40.0-1.fc31.i686 is filtered out by modular filtering
- package libnghttp2-1.39.2-1.fc31.i686 is filtered out by modular filtering
============================================================================================================================================================================================================================
Package Architecture Version Repository Size
============================================================================================================================================================================================================================
Skipping packages with conflicts:
(add '--best --allowerasing' to command line to force their upgrade):
sane-backends x86_64 1.0.29-6.fc31 updates 840 k
Skipping packages with broken dependencies:
libcurl i686 7.66.0-1.fc31 fedora 298 k
libcurl-minimal i686 7.66.0-1.fc31 fedora 282 k
sane-backends-drivers-scanners i686 1.0.29-6.fc31 updates 2.9 M
I've tried with the --best and --allowerasing flags, but this didn't solved the error.
I decided to disable your copr repo and then execute a dnf distro-sync, this resolved the package conflict for now.
Today, I executed a
dnf upgrade --refresh
to make the rutinary update of my system. The problem is, after this, i got the following errors:I've tried with the
--best
and--allowerasing
flags, but this didn't solved the error.I decided to disable your copr repo and then execute a
dnf distro-sync
, this resolved the package conflict for now.