commit acc780f9150ec70e2e146daadf229a04fe564306 Author: Forlot Romain rforlot@yahoo.com Date: Mon Apr 30 22:06:56 2012 +0200
Minor Fix
en-US/Managing_software.xml | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- diff --git a/en-US/Managing_software.xml b/en-US/Managing_software.xml index ee38769..57e655b 100644 --- a/en-US/Managing_software.xml +++ b/en-US/Managing_software.xml @@ -213,7 +213,7 @@ su -c 'yum search <replaceable>keyword</replaceable>' yum provides "<replaceable>*</replaceable>/<replaceable>needed_file</replaceable> </screen> <para> - Where <replaceable>*</replaceable> is the absolute path to the needed file and <replaceable>needed_file</replaceable> the file that you need to install. + Where <replaceable>*</replaceable> is the absolute path to the needed file or leave the <replaceable>*</replaceable> to match any path. And <replaceable>needed_file</replaceable> the file that you need to install. </para> <para> After using the <command>yum install</command> command, you will be prompted for the computer's root password. Type in the root password and press <keycap>Enter</keycap>. You will not see the password as you type. The terminal will start giving information about the application, and end with <prompt>Is this ok [y/N]:</prompt>. Oftentimes, the installation of an application will require that other programs, called <firstterm>dependencies</firstterm>, are installed as well. These are programs or utilities upon which your selected application relies.
docs-commits@lists.fedoraproject.org