This shows you the differences between two versions of the page.
linux:redhat_yumpb [2021/01/01 21:25] 127.0.0.1 external edit |
linux:redhat_yumpb [2024/08/14 14:23] (current) manu [YUM Error duplicate packages] |
||
---|---|---|---|
Line 55: | Line 55: | ||
Another way to suppress duplicate, just remove the duplicate in the RPM database | Another way to suppress duplicate, just remove the duplicate in the RPM database | ||
# rpm -e --justdb <package> | # rpm -e --justdb <package> | ||
+ | | ||
+ | Remove old kernels | ||
+ | # dnf remove --oldinstallonly |