Difference between revisions of "Talk:Dag"
From SME Server
Jump to navigationJump to searchLine 35: | Line 35: | ||
− | + | [[Category: Yum Repository]] | |
− | |||
− | Category: Yum Repository |
Revision as of 23:01, 9 December 2012
Below you find the installation command for the Dag repository which can be entered on the SME Server shell.
Add dag repository to SME 7 (Centos 4)
/sbin/e-smith/db yum_repositories set dag repository \ Name 'Dag - EL4' \ BaseURL 'http://apt.sw.be/redhat/el4/en/$basearch/dag' \ EnableGroups no \ GPGCheck yes \ GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \ Visible no \ Exclude freetype,htop,iptraf,rsync,syslinux \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify
Add Dag repository to SME 8 (Centos 5)
/sbin/e-smith/db yum_repositories set dag repository \ Name 'Dag - EL5' \ BaseURL 'http://apt.sw.be/redhat/el5/en/$basearch/dag' \ EnableGroups no \ GPGCheck yes \ GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \ Visible no \ Exclude freetype,htop,iptraf,rsync,syslinux \ status disabled
Mmccarn 15:48, 24 September 2011 (MDT)
After adding it to the database updating the configuration file is required:
signal-event yum-modify