On 2021-06-12 2:15 p.m., Patrick Dupre wrote:
dnf system-upgrade download --refresh --releasever=34
provides all these errors, How can I avoid to demove all these packages?
Error: Problem 1: package perl-Geometry-Primitive-0.24-1.fc32.noarch requires perl(:MODULE_COMPAT_5.30.2), but none of the providers can be installed
- perl-libs-4:5.30.3-461.fc32.x86_64 does not belong to a distupgrade repository
- problem with installed package perl-Geometry-Primitive-0.24-1.fc32.noarch
- package perl-libs-4:5.30.3-457.module_f34+11290+074a5957.x86_64 is filtered out by modular filtering
- package perl-libs-4:5.30.3-454.module_f34+9710+aacd0f4d.x86_64 is filtered out by modular filtering
[snip]
(try to add '--allowerasing' to command line to replace conflicting packages or '--skip-broken' to skip uninstallable packages)
Try "--allowerasing" and see what will actually get removed. I usually have to use that because of random stuff I have installed that has gone away in newer versions.