kb: technical
ABT: Group B
Plesk Obsidian for Linux
Applicable to:
- Plesk Obsidian for Linux
Symptoms
It is not possible to install Plesk updates on CentOS 7, the following error can be seen in the file /var/log/plesk/install/autoinstaller3.log
:
CONFIG_TEXT: Failed to solve dependencies:
plesk-core-18.0-2.centos.7+p18.0.28.3+t200720.1049.x86_64 requires ca-certificates >= 2020.2.41
Cause
The ca-certificates
update is not available in system repositories, but required by plesk-core package.
Resolution
- Connect to the Plesk Server via SSH
- Download the package:
# wget http://mirror.centos.org/centos/7/os/x86_64/Packages/ca-certificates-2020.2.41-70.0.el7_8.noarch.rpm
- Update the package:
# rpm -Uvh ca-certificates-2020.2.41-70.0.el7_8.noarch.rpm
Comments
1 comment
Hello Berkay Yerbasan
Thank you.
Fixed.
Please sign in to leave a comment.