Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

sandbx.repo problem

avatar
New Member

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 Member

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

avatar
New Member

Many Thanks dear Sureshkumar.

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

~Thanks