• 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

cannot update plesk with autoupdater

W

weskona

Guest
hi

ich cannot update my plesk with the autoupdater

Update of system was failed for some reason. ***** begin of log file ***** ===> Autoinstaller: start logging at Sun Jan 2 17:55:07 2005

error: Failed dependencies: psa-locale-base = 7.5.0 is needed by (installed) psa-pre-7.5.0-suse9.1.build75041125.15 ----- end of output ----- ===> Autoinstaller: stopped logging at Sun Jan 2 17:55:37 2005 ***** end of log file *****

how can i update my sys? please help me
 
I had the same problem.
You have to install the packages manually:
go to /root/psa/PSA_7.5.1/SUSE9.1_std.updates/
(with another OS the directory is a little bit diffrent)

there should be several rpms (psa-7.5.1-suse9.1.build75041216.14.i586.rpm is the main package)
rpm --nodeps -Uvh *
and
rpm -Uvh ../opt/bu/*.rpm
 
Hi,

simply do the following:

Code:
rpm -e psa-pre

Then try autoupdater again. It should work!

Regards,

JHB
 
Back
Top