Search found 2 matches
- Mon May 04, 2020 9:30 am
- Forum: RHEL/CentOS
- Topic: PHP 7.3 Remi Repository Yum Update Error
- Replies: 4
- Views: 7150
Re: PHP 7.3 Remi Repository Yum Update Error
Thank you for the suggestion. I tried your solution and worked.henu_45 wrote: ↑Wed Apr 15, 2020 5:54 amI had the same problem, but I was able to fix it by temporarily disabling the remi repositoriesin your case try disabling remi-php73Code: Select all
yum update --disablerepo=remi
Code: Select all
yum update --disablerepo=remi-php73
- Sat Apr 11, 2020 6:57 pm
- Forum: RHEL/CentOS
- Topic: PHP 7.3 Remi Repository Yum Update Error
- Replies: 4
- Views: 7150
Re: PHP 7.3 Remi Repository Yum Update Error
I also have the same problem in 2 servers running vesta under centos 7.7. I searched a lot for a solution but could not find any workaround. I would really appreciate if someone would help on this.