Я пытаюсь установить php-zip (PHP 7.0), но сталкиваюсь с:
Error: php71w-common conflicts with php-common-7.0.23-1.el7.remi.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
Я …
yum clean all
yum install php-zip
, sudo yum install php70-zip
так же как sudo yum install php70w-zip
,Все результаты в:
Resolving Dependencies
--> Running transaction check
---> Package php71w-common.x86_64 0:7.1.8-2.w7 will be installed
--> Processing Conflict: php71w-common-7.1.8-2.w7.x86_64 conflicts php-common < 7.1
--> Finished Dependency Resolution
Ах, webtatic когда-то использовались и представляли конфликт. Я решил мою проблему с:
sudo yum-config-manager --disable webtatic webtatic-archive webtatic-testing remi-php54 remi-php71
sudo yum clean all
Других решений пока нет …