Created 09-16-2017 06:44 PM
Dear All,
I can't finish yum update command. I have error with sandbox.repo.
In the attachment you will find results of yum update.
Perhaps link in sandbox.repo is no longer up to date?
Regards,
Lukasz
Created 09-17-2017 01:34 AM
If you want to perform "yum update" then temporarily disable the sandbox.repo by setting the "enabled=0" inside the file "/etc/yum.repos.d/sandbox.repo" as following:
# cat /etc/yum.repos.d/sandbox.repo [sandbox] baseurl=http://dev2.hortonworks.com.s3.amazonaws.com/repo/dev/master/utils/ name=Sandbox repository (tutorials) gpgcheck=0 enabled=0
After setting the "enabled=0" in the above file perform a yum clean and then try the update again.
# yum clean all # yum update
.
Created 01-25-2018 03:48 AM
vi /etc/yum.repos.d/sandbox.repo
Created 03-19-2018 05:43 PM
Many Thanks dear Sureshkumar.
I was looking for same as you mention properly step to step which solved my problem.
~Thanks