Replacing (yum-plugin-replace) one yum install package (php) with another on Linux (CentOS 6)
If you have installed software from one yum repository and want to upgrade it using packages in a different yum repository you may encounter some problems because of conflicts in packages. In those cases you would have to remove the old packages then install the new ones. For example I have installed php using the…