I got a package dependency issue when updating our 64-bit CentOS server, which was caused by two perl packages installed (i386 and x86_64).
1 2 |
|
I tried to remove it using rpm command but didn’t work (maybe i just don’t know the correct params with rpm). My solution to remove package was using yum ”remove package_name.architecture”. Ex: yum remove perl.i386
Any other shortcuts in deleting duplicate packages?