You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to update using dnf update I get a conflict with gawk-5.3.1-1.x86_64 and gawk-5.3.1-1.x86_64, that is, it is the same package, it is actually a single package, but it is in conflict with itself.
And the same thing happens with some other packages.
In what phase od dnf execution do you see those errors?
Is it after you confirm the transaction ("Is this ok?" query) and after DNF starts the the RPM transaction ("Running transaction" line)? If it is so, those are messages from RPM library.
I've never seen a conflict between two same packages. It's quite possible that RPM library mishandles insufficient disk space.
Could you please try to simplify the problem by first making enough disk space and retrying the update?
Another reason could be that you actually have multiple same-named but different packages in your repositories and they indeed conflict.
When trying to update using
dnf update
I get a conflict withgawk-5.3.1-1.x86_64
andgawk-5.3.1-1.x86_64
, that is, it is the same package, it is actually a single package, but it is in conflict with itself.And the same thing happens with some other packages.
With
gawk
as an example (in my case).Errors:
I don't have any free space right now, but I plan to upgrade when I do.
How can this be fixed, if possible?
The text was updated successfully, but these errors were encountered: