1

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

Rei
  • 47
  • 2
  • 6

1 Answers1

0

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.

Varun Taliyan
  • 26
  • 1
  • 7