If you are looking for software to use, go to Huajun Software Park! software release AI product list
Location: Home pageTutorial strategyTutorialComputer software tutorials Linux system...

How to configure yum.conf under Linux system

Author: dim sum Date: 2017-05-22

The yum.conf file under the Linux system is a file used to store yum configuration information. Although the yum.conf file is usually relatively simple, it is an important part of the yum software manager. The following is an introduction to the method of configuring yum.conf under the Linux system.

How to configure yum.conf under Linux system

Quote

cachedir=/var/cache/yum

debuglevel=2

logfile=/var/log/yum.log

pkgpolicy=newest

distroverpkg=redhat-release

tolerant=1

exactarch=1

retries=1

[base]

name=Fedora Core $releasever - $basearch - Base

baseurl=http://download.atrpms.net/mirrors/fedoracore/$releasever/$basearch/os

http://rpmfind.net/linux/fedora/cor. .er/$basearch/os

http://mirror.clarkson.edu/pub/dist. .er/$basearch/os

[updates-released]

name=Fedora Core $releasever - $basearch - Released Updates

baseurl=http://download.atrpms.net/mirrors/fedoracore/updates/$releasever/$basearch

http://redhat.linux.ee/pub/fedora/l. .sever/$basearch

http://fr2.rpmfind.net/linux/fedora. .sever/$basearch

[Fedora.us]

name=Fedora.us - $basearch - Extras

baseurl=http://fedora.linux.duke.edu/fedorax86_64/fedora.us/$releasever/$basearch/RPMS.stable

[Dag Wieers]

name=Dag RPM Repository for Fedora Core

baseurl=http://apt.sw.be/fedora/$releasever/en/$basearch/dag

[Livna]

Name=Livna RPM, Fedora Core $releasever - $basearch

baseurl=http://rpm.livna.org/fedora/$releasever/$basearch/RPMS.stable

[freshrpms]

name=FreshRPMs

baseurl=http://ayo.freshrpms.net/fedora/linux/$releasever/$basearch/freshrpms/

http://ftp.us2.freshrpms.net/linux/. . .arch/freshrpms/

Related articles