[deployment-guide/comm-rel: 429/727] Yum: describe multilib_policy in [main] options

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 13:00:54 UTC 2010


commit faf474946b5d14fd38af18ffc66910568a8bb4c4
Author: Douglas Silas <dhensley at redhat.com>
Date:   Wed Aug 18 23:53:37 2010 +0200

    Yum: describe multilib_policy in [main] options

 en-US/Yum.xml |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/en-US/Yum.xml b/en-US/Yum.xml
index 0ac7950..65de80e 100644
--- a/en-US/Yum.xml
+++ b/en-US/Yum.xml
@@ -775,6 +775,16 @@ installonly_limit=3
           </listitem>
         </varlistentry>
         <varlistentry>
+          <term>multilib_policy=<replaceable>&lt;value&gt;</replaceable>
+          </term>
+          <listitem>
+            <para>...where <replaceable>&lt;value&gt;</replaceable> is one of:</para>
+            <para>
+              <userinput>best</userinput> — install the best-choice architecture for this system. For example, setting <literal>multilib_policy=best</literal> on an AMD64 system causes <command>yum</command> to install 64-bit versions of all packages.</para>
+              <para><userinput>all</userinput> — always install every possible architecture for every package. For example, with <literal>multilib_policy</literal> set to <literal>all</literal> on an AMD64 system, <command>yum</command> would install both the i586 and AMD64 versions of a package, if both were available.</para>
+          </listitem>
+        </varlistentry>
+        <varlistentry>
           <term>obsoletes=<replaceable>&lt;value&gt;</replaceable>
           </term>
           <listitem>


More information about the docs-commits mailing list