How to fix issues when install phptheadmin with php7 on centos7

php7

How to install phpmyadmin. yum install phpmyadmin and it display error

Error: php70u-common conflicts with php-common-5.4.16-42.el7.x86_64

Best Answer

You might be using php5.4 earlier and upgraded to php7,
so the packages are causing conflict.

Try using yum remove <package_name> , try to remove any of them and it should work.