Difference between revisions of "Rpmfusion"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) |
Unnilennium (talk | contribs) |
||
Line 7: | Line 7: | ||
Name 'rpmfusion free' \ | Name 'rpmfusion free' \ | ||
BaseURL 'http://download1.rpmfusion.org/free/el/updates/$releasever/$basearch/' \ | BaseURL 'http://download1.rpmfusion.org/free/el/updates/$releasever/$basearch/' \ | ||
− | MirrorList 'http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-released-$releasever&arch=$basearch' | + | MirrorList 'http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-released-$releasever&arch=$basearch' \ |
EnableGroups no \ | EnableGroups no \ | ||
GPGCheck yes \ | GPGCheck yes \ | ||
Line 17: | Line 17: | ||
Name 'rpmfusion nonfree' \ | Name 'rpmfusion nonfree' \ | ||
BaseURL 'http://download1.rpmfusion.org/nonfree/el/updates/$releasever/$basearch/' \ | BaseURL 'http://download1.rpmfusion.org/nonfree/el/updates/$releasever/$basearch/' \ | ||
− | MirrorList 'http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-el-updates-released-$releasever&arch=$basearch' | + | MirrorList 'http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-el-updates-released-$releasever&arch=$basearch' \ |
EnableGroups no \ | EnableGroups no \ | ||
GPGCheck yes \ | GPGCheck yes \ |
Revision as of 00:34, 17 April 2017
Below you find the installation command for the Rpmfusion repository which can be entered on the SME Server shell.
issue the following command on the SME Server shell:
/sbin/e-smith/db yum_repositories set rpmfusion repository \ Name 'rpmfusion free' \ BaseURL 'http://download1.rpmfusion.org/free/el/updates/$releasever/$basearch/' \ MirrorList 'http://mirrors.rpmfusion.org/mirrorlist?repo=free-el-updates-released-$releasever&arch=$basearch' \ EnableGroups no \ GPGCheck yes \ GPGKey 'https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-el-$releasever' \ Visible yes \ status disabled
/sbin/e-smith/db yum_repositories set rpmfusion-nonfree repository \ Name 'rpmfusion nonfree' \ BaseURL 'http://download1.rpmfusion.org/nonfree/el/updates/$releasever/$basearch/' \ MirrorList 'http://mirrors.rpmfusion.org/mirrorlist?repo=nonfree-el-updates-released-$releasever&arch=$basearch' \ EnableGroups no \ GPGCheck yes \ GPGKey 'https://rpmfusion.org/keys?action=AttachFile&do=get&target=RPM-GPG-KEY-rpmfusion-nonfree-el-$releasever' \ Visible yes \ status disabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify