Issue
During yum update:
Error: Transaction test error:
file /usr/bin/mariadb-backup from install of cl-MariaDB106-server-10.6.16-1.module_el8.9.0+6736+2e7d89ec.x86_64 conflicts with file from package MariaDB-backup-10.6.15-1.el8.x86_64
file /usr/bin/mbstream from install of cl-MariaDB106-server-10.6.16-1.module_el8.9.0+6736+2e7d89ec.x86_64 conflicts with file from package MariaDB-backup-10.6.15-1.el8.x86_64
Environment
- yum/dnf
Solution
Remove the conflicting package(s):
yum clean all
rpm -e --justdb --nodeps MariaDB-backup-10.6.15-1.el8.x86_64
And then re-run the update:
yum update
Comments
0 comments
Please sign in to leave a comment.