Difference between revisions of "Epel"
From SME Server
Jump to navigationJump to search (Typo) |
|||
Line 33: | Line 33: | ||
GPGCheck yes \ | GPGCheck yes \ | ||
GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \ | GPGKey http://dl.fedoraproject.org/pub/epel/RPM-GPG-KEY-EPEL \ | ||
+ | Exclude perl-Razor-Agent \ | ||
Visible no \ | Visible no \ | ||
status disabled | status disabled | ||
Line 54: | Line 55: | ||
MirrorList=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch | MirrorList=http://mirrors.fedoraproject.org/mirrorlist?repo=epel-5&arch=$basearch | ||
Name=Epel - EL5 | Name=Epel - EL5 | ||
+ | |||
Visible=no | Visible=no | ||
status=disabled | status=disabled |
Revision as of 02:12, 26 January 2015
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 \ Exclude perl-Razor-Agent \ Visible no \ status disabled
After adding it to the database updating the configuration file is required by issuing:
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