Bug 2365231
| Summary: | dnf-automatic breaks dnf5 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Frank Büttner <bugzilla> |
| Component: | dnf | Assignee: | rpm-software-management |
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 41 | CC: | daniel.mach, jmracek, jrohel, mblaha, packaging-team-maint, pkratoch, ppisar, rpm-software-management |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | --- | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2025-05-09 10:50:32 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Frank Büttner
2025-05-09 06:08:22 UTC
Hi, it seems you have libcurl-minimal installed, but dnf5-plugin-automatic requires libcurl-full, which is provided only by libcurl, which conflicts with libcurl-minimal. When you installed dnf-automatic, you likely installed the obsoleted dnf-automatic (for dnf4), but not the dnf5-plugin-automatic. And now during upgrade, dnf correctly complains that it cannot replace the obsoleted package (because of the libcurl conflicts). To fix this, you can run: 1. dnf swap libcurl-minimal libcurl 2. dnf upgrade Closing this as there is no bug in dnf. *** This bug has been marked as a duplicate of bug 2322918 *** |