I just install CentOS 6.4 and use yum install update but got
“Cannot retrieve repository metadata (repomd.xml) for repository: Please
verify its path and try again”
I have double check with nslookup ,
ping and general internet browsing and everything seems me fine but update didn't work. I also tried yum clean all
etc. but what work for me is here;
Solution :
- Open a terminal (become Super user by entering 'su' and then the password)
- Type cd /var/run/
- Than Type dir to look for the 'yum.pid' file.
- Type rm -f yum.pid and press Enter
- Again Type dir to Confirm that the 'yum.pid' file has been deleted.
- Now again try yum update
Comments
Post a Comment