Difference between revisions of "Epel"
From SME Server
Jump to navigationJump to searchm (adding transclusion tags) |
m (added transcluding tag for modify) |
||
Line 44: | Line 44: | ||
}}</onlyinclude> | }}</onlyinclude> | ||
− | < | + | <onlyinclude>{{#ifeq:{{{transcludesection|yum-modify}}}|yum-modify| |
− | After adding it to the database updating the configuration file is required: | + | After adding it to the database updating the configuration file is required by issueing: |
signal-event yum-modify | signal-event yum-modify | ||
+ | }}</onlyinclude> | ||
---- | ---- | ||
[[Category: Yum_Repository]]</noinclude> | [[Category: Yum_Repository]]</noinclude> |
Revision as of 16:05, 29 December 2013
Below you find the installation command for the Epel repository which can be entered on the SME Server shell.
For SME 7.x,
/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
For SME 8.x,
/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
For SME 9.x,
/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