I use a vps and it has centOS 6.5 . I installed Nginx and php and mySql clearly. But when I tried to install phpMyAdmin by these steps , in Step Three when I enter this code:
sudo yum install phpmyadmin
It returns this error during runing:
Error: php56w-common conflicts with php-common-5.3.3-40.el6_6.x86_64
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
So what should I do for this problem?
Note that I did these steps to Install Linux, nginx, MySQL, PHP (LEMP) stack on CentOS 6.