Diff for /doc/build/fedora_install.frag between versions 1.8 and 1.10

version 1.8, 2004/06/16 20:12:29 version 1.10, 2004/07/15 14:34:56
Line 141  exist:  (<b>Note:</b> Line 141  exist:  (<b>Note:</b>
 </p>  </p>
 <p>  <p>
 <pre>  <pre>
 rpm -e `rpm -q -a | grep httpd`  
 rpm -e `rpm -q -a | grep mod_perl`  rpm -e `rpm -q -a | grep mod_perl`
   rpm -e `rpm -q -a | grep httpd`
 </pre>  </pre>
 </p><p>  </p><p>
 If the above commands returns no output (the usual indicator of success), or an  If the above commands returns no output (the usual indicator of success), or an
Line 176  rpm -Uvh *rpm Line 176  rpm -Uvh *rpm
 cd ../GD  cd ../GD
 rpm -Uvh *rpm  rpm -Uvh *rpm
 cd ../gnuplot  cd ../gnuplot
 rpm --install --oldpackage readline-2.2.1-6.i386.rpm  rpm -Uvh *rpm
 rpm --install --oldpackage --excludedocs libpng-1.0.12-2.i386.rpm  
 rpm -Uvh gnuplot-3.7.1-5.i386.rpm libgd-1.3-4.i386.rpm ncurses4-5.0-5.i386.rpm  
 cd ../misc  cd ../misc
 rpm -Uvh *rpm  rpm -Uvh *rpm
 cd ..  cd ..

Removed from v.1.8  
changed lines
  Added in v.1.10


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>