[yum-cvs] yum/docs yum.8,1.37,1.38
Jeremy Katz
katzj at linux.duke.edu
Wed Apr 26 15:29:25 UTC 2006
Update of /home/groups/yum/cvs/yum/docs
In directory login1.linux.duke.edu:/tmp/cvs-serv11541/docs
Modified Files:
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.38
diff -u -r1.37 -r1.38
--- yum.8 24 Feb 2006 16:41:04 -0000 1.37
+++ yum.8 26 Apr 2006 15:29:23 -0000 1.38
@@ -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