yum-software-management yum-software-management-en.xml,1.13,1.14

Stuart Ellis (elliss) fedora-docs-commits at redhat.com
Tue Jul 19 02:36:07 UTC 2005


Author: elliss

Update of /cvs/docs/yum-software-management
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25117

Modified Files:
	yum-software-management-en.xml 
Log Message:

More style fixes.



Index: yum-software-management-en.xml
===================================================================
RCS file: /cvs/docs/yum-software-management/yum-software-management-en.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- yum-software-management-en.xml	18 Jul 2005 21:39:27 -0000	1.13
+++ yum-software-management-en.xml	19 Jul 2005 02:36:04 -0000	1.14
@@ -1,10 +1,10 @@
-<!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
+ <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
  "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd" [
 
 <!ENTITY % FEDORA-ENTITIES-EN SYSTEM "../docs-common/common/fedora-entities-en.ent">
 %FEDORA-ENTITIES-EN;
 
-<!ENTITY BOOKID "yum-software-management-0.5.0 (2005-07-18)"> <!-- change version of manual and date here -->
+<!ENTITY BOOKID "yum-software-management-0.5.0 (2005-07-19)"> <!-- change version of manual and date here -->
 
 <!ENTITY LEGALNOTICE SYSTEM "../docs-common/common/legalnotice-en.xml">
 
@@ -42,7 +42,7 @@
       </revision>
       <revision>
         <revnumber>0.5</revnumber>
-        <date>2005-07-18</date>
+        <date>2005-07-19</date>
         <authorinitials>StuartEllis</authorinitials>
         <revdescription>
           <para>
@@ -99,7 +99,9 @@
         <menuchoice><guimenu>Applications</guimenu><guisubmenu>Internet</guisubmenu><guimenuitem>Terminal
         Server Client</guimenuitem></menuchoice>. To use the examples,
         substitute the name of the relevant package for
-        <filename>tsclient</filename>.
+        <filename>tsclient</filename>. The &FED; package group
+        <filename>MySQL Database</filename> is used for the package
+        group examples.
       </para>
 
       <important>
@@ -108,7 +110,7 @@
         <para>
           You do not need to log in with the
           <systemitem class="username">root</systemitem> account in
-          order to manage your &FC; system. All of the commands shown in
+          order to manage your &FED; system. All of the commands shown in
           this tutorial that require
           <systemitem class="username">root</systemitem> access will
           prompt you for the
@@ -261,6 +263,17 @@
         these groups, or provide their packages as additional groups.
       </para>
 <!-- SE: Some repositories use groups and some don't: I've tried to put this nicely. -->
+<!-- SE: Using the admonition for this is not optimal, it just doesn't fit anywhere else. -->
+      <note>
+        <title>Available Package Groups</title>
+
+        <para>
+          To view a list of all of the available package groups for your
+          &FED; system, run the command <command>yum
+          <option>grouplist</option></command>.
+        </para>
+      </note>
+
       <para>
         Using repositories ensures that you always receive the current
         version of the software. If several versions of the same package
@@ -276,6 +289,18 @@
         find or install newer versions. You must keep that product
         updated yourself.
       </para>
+
+      <note>
+        <title>Manual Package Installation</title>
+
+        <para>
+          The <command>yum</command> commands shown in this document use
+          repositories as package sources. Refer to
+          <xref linkend="sn-yum-installing-frompackage"/> for details of
+          using <command>yum</command> to manually install software from
+          a package file.
+        </para>
+      </note>
     </section>
 
     <section id="sn-about-dependencies">
@@ -711,7 +736,7 @@
   </section>
 
   <section id="sn-searching-packages">
-    <title>Searching with <command>yum</command></title>
+    <title>Searching for Packages with <command>yum</command></title>
     <indexterm>
       <primary>packages, locating</primary>
     </indexterm>
@@ -790,7 +815,7 @@
 
       <para>
         To search for all packages that include files called
-        <filename>libneon</filename> you type:
+        <filename>libneon</filename>, type:
       </para>
 <screen>
 <userinput>yum provides <replaceable>libneon</replaceable></userinput>
@@ -866,14 +891,14 @@
         <primary>automatic updating</primary>
       </indexterm>
       <para>
-        If your system is permanently connected to the network then
-        updates can be performed at any time. The
-        <filename>yum</filename> package includes scripts that can
-        automatically carry out full updates every day.
+        If your &FED; system is permanently connected to the network
+        then updates may be performed at any time. The
+        <filename>yum</filename> package includes scripts to
+        automatically carry out full system updates every day.
       </para>
 
       <para>
-        To activate automatic daily updating, type this line:
+        To activate automatic daily updating, enter this command:
       </para>
 <screen>
 <userinput>su -c '/sbin/chkconfig --level 345 yum on; /sbin/service yum start'</userinput>
@@ -921,7 +946,7 @@
       <title>&FEX; Repositories for Previous Versions of &FC;</title>
 
       <para>
-        You must manually configure &FC; 3 systems to use &FEX;, using
+        You must manually configure &FED; 3 systems to use &FEX;, using
         the instructions at:
         <ulink url="http://fedora.redhat.com/projects/extras/">http://fedora.redhat.com/projects/extras/</ulink>.
         Refer to this Website for additional packages for &FC; 1 and
@@ -1025,16 +1050,6 @@
 <screen>
 <userinput>su -c 'rpm --import <replaceable>http://www.therepository.com/GPG-PUB-KEY.asc</replaceable>'</userinput>
 </screen>
-      <note>
-        <title>Public Keys and <application>up2date</application></title>
-
-        <para>
-          The <application>up2date</application> utility automatically
-          uses the public key for &FED; packages. It does not add the
-          public key to the keyring that is used by both
-          <command>yum</command> and the <command>rpm</command> utility.
-        </para>
-      </note>
     </section>
 
     <section id="sn-compat-repositories">
@@ -1192,8 +1207,8 @@
 <userinput>su -c 'yum clean packages'</userinput>
 </screen>
       <para>
-        In both cases, enter the
-        <systemitem class="username">root</systemitem> password when
+        In both cases, enter the password for the
+        <systemitem class="username">root</systemitem> account when
         prompted.
       </para>
     </section>




More information about the Fedora-docs-commits mailing list