I am having trouble re-installing PHP via yum on my server hosted by digital ocean.
I had PHP 5.4 installed but wanted 5.6. I added/enabled the remi repo\'s, ran
I also encountered the same problem while installing php70w(webstatic) on my linux machine. The following command helped me to install php70
sudo yum clean all // to clear all caches
after clearing cache again install php70 using:
sudo yum install php70