Difference between revisions of "Category:Yum Repository"

From SME Server
Jump to navigationJump to search
m (Removed leading whitespace)
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
After adding new repositories:
 
After adding new repositories:
  
  expand-template /etc/yum.conf
+
signal-event yum-modify
  
{{Warning box|msg=Be sure to never set the status of one of these repositories to enabled as this imposes the risk of installing newer versions SME Server core packages which might break your server. If you want to install software from them you can enable them using the SME Server shell and the yum option --enablerepo=reponame.}}
+
{{Warning box|msg=Be sure to never set the status of one of these repositories to enabled as this imposes the risk of installing newer versions SME Server core packages which might break your server. If you want to install software from them you can enable them using the SME Server shell and the yum option --enablerepo=reponame. Consider installing [[:Yum-plugin-priorities]]}}
  
 
If a site has a RPM-GPG-KEY you have to install it first with a line such as.  
 
If a site has a RPM-GPG-KEY you have to install it first with a line such as.  
 
  rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
 
  rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
 +
 +
 +
 +
----
 +
[[Category: Yum]]

Latest revision as of 11:05, 21 June 2016

Below are a few repositories. To make them available, first copy the configuration to the SME Server shell.

After adding new repositories:

signal-event yum-modify


Warning.png Warning:
Be sure to never set the status of one of these repositories to enabled as this imposes the risk of installing newer versions SME Server core packages which might break your server. If you want to install software from them you can enable them using the SME Server shell and the yum option --enablerepo=reponame. Consider installing Yum-plugin-priorities


If a site has a RPM-GPG-KEY you have to install it first with a line such as.

rpm --import http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt