On Fri, Sep 23, 2022 at 12:12 PM RS <[email protected]> wrote: > When trying to upgrade to Fedora 37 Beta with the system-upgrade Plugin > like so: > > sudo dnf system-upgrade download --releasever=37 > > I get the following error: > > Error: Transaction test error: > file /usr/bin/WebKitWebDriver from install of > webkit2gtk4.1-2.37.91-1.fc37.x86_64 conflicts with file from package > webkit2gtk3-2.38.0-2.fc36.x86_64 > file /usr/bin/WebKitWebDriver from install of > webkit2gtk5.0-2.37.91-1.fc37.x86_64 conflicts with file from package > webkit2gtk3-2.38.0-2.fc36.x86_64 >
The problem is that you have a package from updates-testing installed, but you don't have the repo enabled (I simulated the problem above exactly in this case). So when upgrading to F37, it doesn't include that repo, and then dependencies fail. Either enable updates-testing, so that the upgrade process uses it even for F37, or distrosync all your F36 packages back to their stable versions and only then upgrade.
_______________________________________________ test mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
