Advertisement
h3x3r0

Untitled

Dec 30th, 2022
1,045
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 2.01 KB | None | 0 0
  1.     # CentOS-Base.repo
  2.    #
  3.    # The mirror system uses the connecting IP address of the client and the
  4.    # update status of each mirror to pick mirrors that are updated to and
  5.    # geographically close to the client.  You should use this for CentOS updates
  6.    # unless you are manually picking other mirrors.
  7.    #
  8.    # If the mirrorlist= does not work for you, as a fall back you can try the
  9.    # remarked out baseurl= line instead.
  10.    #
  11.    #
  12.     
  13.     [base]
  14.     name=CentOS-6 - Base
  15.     mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=os
  16.     #baseurl=http://mirror.centos.org/centos/6/os/$basearch/
  17.    gpgcheck=1
  18.     enabled=1
  19.     gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  20.      
  21.     #released updates
  22.    [updates]
  23.     name=CentOS-6 - Updates
  24.     mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=updates
  25.     #baseurl=http://mirror.centos.org/centos/6/updates/$basearch/
  26.    gpgcheck=1
  27.     gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  28.      
  29.     #additional packages that may be useful
  30.    [extras]
  31.     name=CentOS-6 - Extras
  32.     mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=extras
  33.     #baseurl=http://mirror.centos.org/centos/6/extras/$basearch/
  34.    gpgcheck=1
  35.     gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  36.      
  37.     #additional packages that extend functionality of existing packages
  38.    [centosplus]
  39.     name=CentOS-6 - Plus
  40.     mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=centosplus
  41.     #baseurl=http://mirror.centos.org/centos/6/centosplus/$basearch/
  42.    gpgcheck=1
  43.     enabled=0
  44.     gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  45.      
  46.     #contrib - packages by Centos Users
  47.    [contrib]
  48.     name=CentOS-6 - Contrib
  49.     mirrorlist=http://mirrorlist.centos.org/?release=6&arch=$basearch&repo=contrib
  50.     #baseurl=http://mirror.centos.org/centos/6/contrib/$basearch/
  51.    gpgcheck=1
  52.     enabled=0
  53.     gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6
  54.  
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement