On Fri, 18 Dec 2020 10:25:30 +0100 Guido Aulisi <guido.aul...@gmail.com> wrote:
> Hi, sorry for posting here if this is not correct. Probably more appropriate for the user list. > I'm upgraing a f32 cloud edition to f33 and I found this problem which > I can't solve: > > $ sudo dnf system-upgrade --releasever 33 --skip-broken > --allowerasing -vvv download > > I get this response: > > Error: > Problem: conflicting requests > - package > console-login-helper-messages-issuegen-0.20.3-1.fc33.noarch requires > NetworkManager, but none of the providers can be installed > - package > console-login-helper-messages-issuegen-0.20.1-1.fc33.noarch requires > NetworkManager, but none of the providers can be installed It seems that something wants to install console-login-helper-messages-issuegen but the NetworkManager packages the only available versions can use cannot be installed, probably because there is a later version being installed. > I don't have console-login-helper-messages installed in f32. You could try $ sudo dnf -x console-login-helper-messages-issuegen system-upgrade --releasever 33 --skip-broken --allowerasing -vvv download so that it skips the install of whatever is requiring console-login-helper-messages-issuegen. At the least that should show you what the chain of dependencies is that is dragging in console-login-helper-messages. _______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org