handle duplicate RPMs
This commit is contained in:
@@ -1,5 +1,30 @@
|
||||
# Package Management
|
||||
|
||||
## Dependency Resolution Failure / Duplicate RPMs
|
||||
If e.g. an update attempt ends up in something like
|
||||
```
|
||||
# yum update
|
||||
Loaded plugins: langpacks, search-disabled-repos
|
||||
Resolving Dependencies
|
||||
...
|
||||
--> Finished Dependency Resolution
|
||||
Error: Package: sssd-dbus-1.16.5-10.el7_9.12.x86_64 (@rhel7)
|
||||
Requires: sssd-common = 1.16.5-10.el7_9.12
|
||||
Removing: sssd-common-1.16.5-10.el7_9.12.x86_64 (@rhel7)
|
||||
sssd-common = 1.16.5-10.el7_9.12
|
||||
Updated By: sssd-common-1.16.5-10.el7_9.15.x86_64 (rhel7)
|
||||
sssd-common = 1.16.5-10.el7_9.15
|
||||
Removing: sssd-common-1.16.5-10.el7_9.13.x86_64 (@rhel7)
|
||||
...
|
||||
```
|
||||
best check if one of these packages is twice listed as installed:
|
||||
```
|
||||
# rpm -qa sssd-common
|
||||
sssd-common-1.16.5-10.el7_9.13.x86_64
|
||||
sssd-common-1.16.5-10.el7_9.12.x86_64
|
||||
```
|
||||
Now you can try to remove one or both packages, maybe you need to remove also packages which depend on this one. Then install it again.
|
||||
|
||||
## Berkley DB Issue
|
||||
If the error message is
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user