diff options
author | Francois Pons <fpons@mandriva.com> | 2001-07-05 14:55:55 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-07-05 14:55:55 +0000 |
commit | a7d8af5f49a599f4eecdd157586722e6414dbd96 (patch) | |
tree | bd53a889546ef1eadd2c6b630f5805250d781407 /urpmf.8 | |
parent | 8da0fb2c7218443243777a30964c1695c579e68c (diff) | |
download | urpmi-a7d8af5f49a599f4eecdd157586722e6414dbd96.tar urpmi-a7d8af5f49a599f4eecdd157586722e6414dbd96.tar.gz urpmi-a7d8af5f49a599f4eecdd157586722e6414dbd96.tar.bz2 urpmi-a7d8af5f49a599f4eecdd157586722e6414dbd96.tar.xz urpmi-a7d8af5f49a599f4eecdd157586722e6414dbd96.zip |
fixed wrong dependencies resolution on local rpm.
improved urpmf.
updated man pages.
Diffstat (limited to 'urpmf.8')
-rw-r--r-- | urpmf.8 | 39 |
1 files changed, 36 insertions, 3 deletions
@@ -1,18 +1,51 @@ -.TH urpmf 8 "10 Apr 2001" "Mandrakesoft" "Linux-Mandrake" +.TH urpmf 8 "05 Jul 2001" "MandrakeSoft" "Mandrake Linux" .IX urpmf .SH NAME urpmf \- RPMFind - Finds the RPM package providing the specified file .SH SYNOPSIS -.B urpmf [<\fIFile\fP>] +.B urpmf [\fIoptions\fP] <\fIfile\fP> .SH DESCRIPTION urpmf outputs a list of packages providing the file specified as an argument. .PP -<\fIFile\fP> is the name of the file you wish to know the package providing +<\fIfile\fP> is the name of the file you wish to know the package providing it. Note that you may type just a substring of the file you are looking for, \fBurpmf\fP will then print a list of matching files with their corresponding packages. .PP urpmf searches through installed and uninstalled packages. +.SH OPTIONS +.IP "\fB\--help\fP" +print an help message and exit. +.IP "\fB\--quiet\fP" +do not print tag name (default if no tag given on command line, incompatible +with interactive mode). +.IP "\fB\--all\fP" +print all tags. +.IP "\fB\--name\fP" +print tag name: rpm filename (assumed if no tag given on command line but +without package name). +.IP "\fB\--group\fP" +print tag group: group. +.IP "\fB\--size\fP" +print tag size: size. +.IP "\fB\--serial\fP" +print tag serial: serial. +.IP "\fB\--summary\fP" +print tag summary: summary. +.IP "\fB\--description\fP" +print tag description: description. +.IP "\fB\--provides\fP" +print tag provides: all provides (mutliple lines). +.IP "\fB\--requires\fP" +print tag requires: all requires (multiple lines). +.IP "\fB\--files\fP" +print tag files: all files (multiple lines). +.IP "\fB\--conflicts\fP" +print tag conflicts: all conflicts (multiple lines). +.IP "\fB\--obsoletes\fP" +print tag obsoletes: all obsoletes (multiple lines). +.IP "\fB\--prereqs\fP" +print tag prereqs: all prereqs (multiple lines). .SH FILES /usr/bin/urpmf .br |