• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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