[yum-cvs] yum/docs yum.8,1.37,1.37.2.1

Jeremy Katz katzj at linux.duke.edu
Wed Apr 26 15:29:43 UTC 2006


Update of /home/groups/yum/cvs/yum/docs
In directory login1.linux.duke.edu:/tmp/cvs-serv11594/docs

Modified Files:
      Tag: yum-2_6_X
	yum.8 
Log Message:
add some more clean options (#575)


Index: yum.8
===================================================================
RCS file: /home/groups/yum/cvs/yum/docs/yum.8,v
retrieving revision 1.37
retrieving revision 1.37.2.1
diff -u -r1.37 -r1.37.2.1
--- yum.8	24 Feb 2006 16:41:04 -0000	1.37
+++ yum.8	26 Apr 2006 15:29:41 -0000	1.37.2.1
@@ -253,6 +253,16 @@
 availability of packages. Using this option will force yum to download all the 
 metadata the next time it is run.
 
+.IP "\fByum clean cache\fP"
+Eliminate the pickle based cache used for faster access to metadata.
+Using this option will force yum to recreate the cache the next time
+it is run if you don't have sqlite available.
+
+.IP "\fByum clean dbcache\fP"
+Eliminate the sqlite cache used for faster access to metadata.
+Using this option will force yum to recreate the cache the next time
+it is run.
+
 .IP "\fByum clean all\fP"
 Runs \fByum clean packages\fP and \fByum clean headers\fP as above.
 




More information about the Yum-cvs-commits mailing list