I have upgraded Centos 7 to Centos 8 accordingly this instruction https://techviewleo.com/how-to-convert-from-centos-to-centos-stream/.
Now I have some problems with installing some packeges.I would like to upgrade dnf version to el8. Current version is dnf-0:4.0.9.2-2.el7_9.noarch.
Yum has been deleted. dnf update dnf --best --allowerasing Result: rpmlib(RichDependencies) <= 4.12.0-1 is needed for some packeges. rpm --rebuilddb - doesn't help How can I upgrade dnf to el8?
I resolve this issue by execute the following command.
If there are some python2 conflicted packages, you need to upgrade them manually.
This is not OK for
openssl-libs
, for rpm or dnf requires the oldopenssl11-libs
to run.