Changes

From SME Server
Jump to navigationJump to search
Line 52: Line 52:  
=== Usage ===
 
=== Usage ===
 
* If you install any contribs or non-sme packages using any form of ''--enablerepo=<xxx>'', update with the following to make sure you get any available updates for your extra packages
 
* If you install any contribs or non-sme packages using any form of ''--enablerepo=<xxx>'', update with the following to make sure you get any available updates for your extra packages
  yum update --enablerepo=<xxx> --enablerepo=<xxx2>
+
  yum update --enablerepo=<xxx> --enablerepo=<xxx2>
* If you get a 'missing dependency error' from yum,
+
* If you get a ''missing dependency'' error from yum
** re-run yum manually using "--exclude <pkgname>" on the command line, replacing <pkgname> with the package that is preventing your update
+
** re-run yum manually using ''--exclude <pkgname>'' on the command line, replacing <pkgname> with the package that is preventing your update
 
** If you suspect that the blocked update resolves a security issue, you must decide for yourself whether to compromise the original sme/centos package and force the update of the non-sme/centos package by running  
 
** If you suspect that the blocked update resolves a security issue, you must decide for yourself whether to compromise the original sme/centos package and force the update of the non-sme/centos package by running  
  yum --noplugins --enablerepo=* update <pkgname>
+
  yum update --enablerepo=<xxx>  --enablerepo=<xxx2> --noplugins <pkgname>

Navigation menu