Hello everybody,
I think this is a simple question.
Here my situation: i have some duplicated packages:
So i think i should remove both packages like this
and reinstall it whit
Am I right? Will this break something, or it's safe?
Thanks in advance.
I think this is a simple question.
Here my situation: i have some duplicated packages:
Code:
rpm -q --queryformat "%{name}.%{arch}\n" exim
exim.x86_64
exim.x86_64
Code:
rpm -ev --allmatches exim
Code:
/usr/local/cpanel/scripts/check_cpanel_rpms --fix
Thanks in advance.