SIMULATION - Install a FTP server, and request to anonymous download from /var/ftp/pub catalog. (it needs you to configure yum direct to the already existing file server.)
Are you guys certain that this isn't a question asking you to configure a local YUM repo? If so, the first half of the solution is correct (except for the base URL):
# cd /etc/yum.repos.d
# vim local.repo
[local] (can be any name in brackets)
name=local.repo (any name you want)
baseurl=/var/ftp/pub (local repo's network location)
enabled=1 (duh, enabled)
gpgcheck=0 (doesn't perform check)
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.
jujuonbeat
Highly Voted 3 years, 2 months agoRahul95
Highly Voted 7 months, 2 weeks ago[Removed]
Most Recent 1 year, 7 months agoqolani
5 months, 3 weeks agoMari685
1 year, 7 months ago14_aman
1 year, 7 months agoMari685
1 year, 7 months agocorpio
2 years, 7 months ago