Hello,
I have Plesk 12.0.x on an CentOS and I have a problem with duplicated packages when I try to update with yum.
I have seen some solutions to solve this, but I would like to know if it safe to do this. And if not safe, how could I do a backup of the system (not only website) before running these commands.
yum fails duplicated packages
I have Plesk 12.0.x on an CentOS and I have a problem with duplicated packages when I try to update with yum.
I have seen some solutions to solve this, but I would like to know if it safe to do this. And if not safe, how could I do a backup of the system (not only website) before running these commands.
Code:
yum-complete-transaction package-cleanup --problems package-cleanup --dupes package-cleanup --cleandupes rpm -Va --nofiles --nodigest yum clean all rpm --rebuilddb yum...