Fixed: «[Errno 256] No more mirrors to try:» during yum install

I was getting following error while running yum install

1 [Errno 256] No more mirrors to try:

Fix : Issue was due to corrupted yum cache. You can fix it by clearing cache using the following command

1 yum clean all  

 
Author: , 0000-00-00