• 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

Question Failed to install plesk-php72-bcmath@x86_64 ( New install - CentOS 7.4 )

Nerigal

New Pleskian
hi,

i just installed plesk 17.5.3 and for some reason the install of php 7.2 failed

Failed to install plesk-php72-bcmath@x86_64:
Error while downloading packages metainfo: No package(s) available to install. Trying again.
Failed to install plesk-php72-bcmath@x86_64:
Error while downloading packages metainfo: No package(s) available to install. Trying again.
Failed to install plesk-php72-bcmath@x86_64:
Number of retries is exceeded.
InstallError: No package(s) available to install

ERROR: The Yum utility failed to install the required packages.
Attention! Your software might be inoperable.
Please contact product technical support.
exit status 1
 
Something strange with name of your package plesk-php72-bcmath@x86_64. Are you sure that you use correct name?
I see on my test server:

Code:
[root@ppu17-5 ~]# yum install plesk-php72-bcmath
Loaded plugins: fastestmirror
Repository base is listed more than once in the configuration
Repository updates is listed more than once in the configuration
PLESK_17_5_3-extras                                                                                                               | 2.9 kB  00:00:00     
PLESK_17_PHP52                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP53                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP54                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP55                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP56                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP70                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP71                                                                                                                    | 2.9 kB  00:00:00     
PLESK_17_PHP72                                                                                                                    | 2.9 kB  00:00:00     
base                                                                                                                              | 3.6 kB  00:00:00     
plesk-migrator                                                                                                                    | 2.9 kB  00:00:00     
plesk-migrator-tp                                                                                                                 | 2.9 kB  00:00:00     
updates                                                                                                                           | 3.4 kB  00:00:00     
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package plesk-php72-bcmath.x86_64 1:7.2.1-centos7.18010914 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

=========================================================================================================================================================
 Package                                Arch                       Version                                      Repository                          Size
=========================================================================================================================================================
Installing:
 plesk-php72-bcmath                     x86_64                     1:7.2.1-centos7.18010914                     PLESK_17_PHP72                      15 k

Transaction Summary
=========================================================================================================================================================
Install  1 Package

Total download size: 15 k
Installed size: 34 k
Is this ok [y/d/N]:
 
hi

im using the command

Code:
plesk-installer --source http://autoinstall.plesk.com/ --target /opt/install/panel --select-release-id PLESK_17_5_3 --install-component php7.2

so i have no idea about package name used

note that its failing in the plesk add component as well
 
I don't know why do you use this strange command, but what about more simplest and working command like:

# plesk installer --select-product-id plesk --select-release-current --install-component php7.2

?
 
Back
Top