[yum-cvs] yum-utils/docs package-cleanup.1, NONE, 1.1 Makefile, 1.1, 1.2

Panu Matilainen pmatilai at linux.duke.edu
Tue Jan 10 20:22:26 UTC 2006


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

Modified Files:
	Makefile 
Added Files:
	package-cleanup.1 
Log Message:
- Add package-cleanup manpage from Brian Long


--- NEW FILE package-cleanup.1 ---
.\" package-cleanup 
.TH "package-cleanup" "1" "2005 Nov 3" "Gijs Hollestelle" ""
.SH "NAME"
package-cleanup
.SH "SYNOPSIS"
\fBpackage-cleanup\fP [options] <item ...>
.SH "DESCRIPTION"
.PP 
\fBpackage-cleanup\fP is a program for cleaning up the locally-installed RPMs.
.PP 
.SH "GENERAL OPTIONS"
.IP "\fB\-v, \-\-version\fP" 
Report program version and exit.
.IP "\fB\-h, \-\-help\fP"
Help; display a help message and then quit\&.
.IP "\fB\-q, \-\-quiet\fP" 
Print out nothing unecessary.
.IP "\fB\-y\fP" 
Agree to anything asked.
.IP "\fB\-c <config file>\fP"
Use alternative config file (default is /etc/yum.conf).
.IP "\fB\-\-problems\fP"
List dependency problems in the local RPM database.
.IP "\fB\-\-leaves\fP"
List leaf nodes in the local RPM database.  Leaf nodes are RPMs that
are not relied upon by any other RPM.
.IP "\fB\-\-problems\fP"
List dependency problems in the local RPM database.
.IP "\fB\-\-orphans\fP"
List installed packages which are not available from currenly configured
repositories.
.IP "\fB\-\-oldkernels\fP"
Remove old kernel and kernel-devel packages.
.PP 
.SH "LEAVES OPTIONS" 
.IP "\fB\-\-all\fP"
When listing leaf nodes also list leaf nodes that are
not libraries.
.PP 
.SH "OLDKERNELS OPTIONS" 
.IP "\fB\-\-count <COUNT>\fP"
Number of kernel packages to keep on the system (default 2)
.IP "\fB\-\-keepdevel\fP"
Do not remove kernel-devel packages when removing kernels

.SH "EXAMPLES"
.IP "List all dependency problems:"
\fBpackage-cleanup --problems\fP
.IP "List all packages that are not in any Yum repository:"
\fBpackage-cleanup --orphans\fP 
.IP "Remove old kernels keeping 3 and leaving old kernel-devel packages installed:"
\fBpackage-cleanup --oldkernels --count=3 --keepdevel\fP
.PP 
.SH "FILES"
As package-cleanup uses YUM libraries for retrieving all the information, it
relies on YUM configuration for its default values like which repositories
to use. Consult YUM documentation for details:
.PP
.nf 
/etc/yum.conf
/etc/yum/repos.d/
/var/cache/yum/
.fi 

.PP 
.SH "SEE ALSO"
.nf
.I yum.conf (5)
.\"http://linux.duke.edu/yum-utils/
http://linux.duke.edu/yum/
.fi 

.PP 
.SH "AUTHORS"
.nf 
See the Authors file included with this program.
.fi 

.PP 
.SH "BUGS"
There of course aren't any bugs, but if you find any, they should be sent
to the mailing list: yum at lists.linux.duke.edu or filed in bugzilla.
.fi

Index: Makefile
===================================================================
RCS file: /home/groups/yum/cvs/yum-utils/docs/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	17 Oct 2005 20:25:07 -0000	1.1
+++ Makefile	10 Jan 2006 20:22:24 -0000	1.2
@@ -7,3 +7,4 @@
 install:
 	mkdir -p $(DESTDIR)/usr/share/man/man1
 	install -m 644 repoquery.1 $(DESTDIR)/usr/share/man/man1/repoquery.1
+	install -m 644 package-cleanup.1 $(DESTDIR)/usr/share/man/man1/package-cleanup.1




More information about the Yum-cvs-commits mailing list