SIMULATION - Configure a default software repository for your system. One YUM has already provided to configure your system on http://server.domain11.example.com/pub/ x86_64/Server, and can be used normally.
Suggested Answer:See explanation below.
Yum-config-manager --add-repo=http://content.example.com/rhel7.0/x86-64/dvdג€ is to generate a file vim content.example.com_rhel7.0_x86_64_dvd.repo, Add a line gpgcheck=0
Yumcleanall -
Yumrepolist - Almost 4305 packages are right, Wrong Yum Configuration will lead to some following questions cannot be worked out.
I already had 1 try with the exam and you have to create a new file in /etc/yum.repos.d/ in order to use the repos and install stuff.
This is the most accurate answer
sudo su
yum config-manager --add-repo [URL]
yum repolist (To obtain the Repo ID and Repo Name)
yum config-manger --enable [Repo ID]
vim /etc/yum.conf (edit the yum.conf to enable non-signed repo)
gpgcheck=0 (:wq! save this value and quit)
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
QuangTruong
Highly Voted 3 years, 6 months agourWaifu
2 years, 2 months agosazz82
Highly Voted 3 years, 5 months agogaven186
5 months agojahmad0730
Most Recent 1 year, 6 months agomattd81
2 years, 6 months agokenkct
2 years, 9 months agoStunomatic
2 years agoadolfoale
3 years, 10 months ago