Difference between revisions of "Epel"

From SME Server
Jump to navigationJump to search
m
m (test)
Line 3: Line 3:
 
</noinclude>
 
</noinclude>
  
 +
= For SME 7.x =
 
<onlyinclude>{{#ifeq:{{{transcludesection|epel7}}}|epel7|
 
<onlyinclude>{{#ifeq:{{{transcludesection|epel7}}}|epel7|
==For SME 7.x==
 
 
 
  /sbin/e-smith/db yum_repositories set epel repository \
 
  /sbin/e-smith/db yum_repositories set epel repository \
 
  Name 'Epel - EL4' \
 
  Name 'Epel - EL4' \
Line 17: Line 16:
 
}}</onlyinclude>
 
}}</onlyinclude>
  
 +
= For SME 8.x =
 
<onlyinclude>{{#ifeq:{{{transcludesection|epel8}}}|epel8|
 
<onlyinclude>{{#ifeq:{{{transcludesection|epel8}}}|epel8|
==For SME 8.x==
 
 
 
  /sbin/e-smith/db yum_repositories set epel repository \
 
  /sbin/e-smith/db yum_repositories set epel repository \
 
  Name 'Epel - EL5' \
 
  Name 'Epel - EL5' \
Line 31: Line 29:
 
}}</onlyinclude>
 
}}</onlyinclude>
  
 +
= For SME 9.x =
 
<onlyinclude>{{#ifeq:{{{transcludesection|epel9}}}|epel9|
 
<onlyinclude>{{#ifeq:{{{transcludesection|epel9}}}|epel9|
==For SME 9.x==
 
 
  /sbin/e-smith/db yum_repositories set epel repository \
 
  /sbin/e-smith/db yum_repositories set epel repository \
 
  Name 'Epel - EL6' \
 
  Name 'Epel - EL6' \
Line 43: Line 41:
 
  status disabled
 
  status disabled
 
}}</onlyinclude>
 
}}</onlyinclude>
 +
<headertabs/>
  
 
<onlyinclude>{{#ifeq:{{{transcludesection|yum-modify}}}|yum-modify|
 
<onlyinclude>{{#ifeq:{{{transcludesection|yum-modify}}}|yum-modify|

Revision as of 17:21, 5 October 2014

Warning.png Warning:
Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. To use it to install package enable it using the option --enablerepo=epel at the SME Server shell.


Below you find the installation command for the Epel repository which can be entered on the SME Server shell.


[edit]

/sbin/e-smith/db yum_repositories set epel repository \

Name 'Epel - EL4' \
BaseUrl 'http://download.fedoraproject.org/pub/epel/4/$basearch' \
MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-4&arch=$basearch' \
EnableGroups no \
GPGCheck yes \
GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
Visible no \
status disabled

/sbin/e-smith/db yum_repositories set epel repository \

Name 'Epel - EL5' \
BaseUrl 'http://download.fedoraproject.org/pub/epel/5/$basearch' \
MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch' \
EnableGroups no \
GPGCheck yes \
GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
Visible no \
status disabled

/sbin/e-smith/db yum_repositories set epel repository \

Name 'Epel - EL6' \
BaseUrl 'http://download.fedoraproject.org/pub/epel/6/$basearch' \
MirrorList 'http://mirrors.fedoraproject.org/mirrorlist?repo=epel-6&arch=$basearch' \
EnableGroups no \
GPGCheck yes \
GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \
Visible no \
status disabled

After adding it to the database updating the configuration file is required by issueing:

signal-event yum-modify

For example to view changes you can run:

db yum_repositories show epel

The output will be following your smeserver version:

    epel=repository
    BaseUrl=http://download.fedoraproject.org/pub/epel/5/$basearch
    EnableGroups=no
    GPGCheck=yes
    GPGKey=http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL
    MirrorList=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch
    Name=Epel - EL5
    Visible=no
    status=disabled