Page 1 of 1

Can't install VestaCP on Centos 7

Posted: Wed Sep 07, 2022 6:52 am
by dragonvixs
Vestacp installation been working fine on cetos7 until two days back.
I started getting error below on installation. Please note I have no option to use Debian or ubuntu as centos is required due to rpm
Any fix will be much appreciated.

"You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Error: yum install failed"

Re: Can't install VestaCP on Centos 7

Posted: Wed Sep 07, 2022 7:50 am
by imperio
confirmed

Re: Can't install VestaCP on Centos 7

Posted: Wed Sep 07, 2022 8:01 am
by imperio
you can try to install without remi, after that install a needed php version and choose it in the domain settings
http://vestacp.com/php/
or waiting a fix

Re: Can't install VestaCP on Centos 7

Posted: Wed Sep 07, 2022 9:33 am
by dragonvixs
I fix issue with following step

1. yum update && yum install yum-utils

2. yum-config-manager --disable remi-php*

3. yum-config-manager --disable remi-php74

4. Install vestacp

think it will help the team fix issues