Difference between revisions of "Remi-safe"
From SME Server
Jump to navigationJump to searchUnnilennium (talk | contribs) (Created page with "<noinclude>{{Warning box|msg=Copy the configuration setting to your server as is, do not modify anything as that might harm your installation. remi-safe has only additonal pac...") |
Unnilennium (talk | contribs) |
||
Line 5: | Line 5: | ||
execute the following: | execute the following: | ||
/sbin/e-smith/db yum_repositories set remi-safe repository \ | /sbin/e-smith/db yum_repositories set remi-safe repository \ | ||
− | Name 'Remi - safe \ | + | Name 'Remi - safe' \ |
BaseURL 'http://rpms.famillecollet.com/enterprise/$releasever/safe/$basearch/' \ | BaseURL 'http://rpms.famillecollet.com/enterprise/$releasever/safe/$basearch/' \ | ||
EnableGroups no \ | EnableGroups no \ |
Revision as of 22:20, 8 April 2017
Below you find the installation command for the Remi-safe repository which can be entered on the SME Server shell.
execute the following:
/sbin/e-smith/db yum_repositories set remi-safe repository \ Name 'Remi - safe' \ BaseURL 'http://rpms.famillecollet.com/enterprise/$releasever/safe/$basearch/' \ EnableGroups no \ GPGCheck yes \ GPGKey http://rpms.famillecollet.com/RPM-GPG-KEY-remi \ Visible yes \ status enabled
After adding it to the database updating the configuration file is required:
signal-event yum-modify