Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

sandbx.repo problem

avatar

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


capture.jpg
1 ACCEPTED SOLUTION

avatar
Master Mentor

@Lukasz Szary

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

.

View solution in original post

11 REPLIES 11

avatar
New Contributor

vi /etc/yum.repos.d/sandbox.repo

avatar
New Contributor

Many Thanks dear Sureshkumar.

I was looking for same as you mention properly step to step which solved my problem.

~Thanks