• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

unable to update plesk - package conflict zend-guard

BunyaminV

New Pleskian
my autoupdate fails, then i started autoinstaller in CLI

/usr/local/psa/admin/sbin/autoinstaller

the result is:

ERROR: Unable to proceed with the installation until the package php-zend-guard-loader-5.5.0-3.el5.art.x86_64 is removed from the system.
Not all packages were installed.
Please resolve this issue and try installing the packages again.
If you cannot resolve the issue on your own, contact product technical support for assistance.

then i do this:

yum install php-zend-guard-loader-5.5.0-3.el5.art.x86_64

and the result is:
Setting up Install Process
Package php-zend-guard-loader-5.5.0-3.el5.art.x86_64 already installed and latest version
Nothing to do

what must i do?
 
Try to remove php-zend-guard-loader-5.5.0-3.el5.art.x86_64 package with something like

rpm -e --nodeps --justdb php-zend-guard-loader-5.5.0-3.el5.art.x86_64
 
--justdb option will just remove package from rpm database.
 
Back
Top