summaryrefslogtreecommitdiffstats
path: root/man/C/urpmf.8
diff options
context:
space:
mode:
Diffstat (limited to 'man/C/urpmf.8')
-rw-r--r--man/C/urpmf.8152
1 files changed, 0 insertions, 152 deletions
diff --git a/man/C/urpmf.8 b/man/C/urpmf.8
deleted file mode 100644
index 4c78ef62..00000000
--- a/man/C/urpmf.8
+++ /dev/null
@@ -1,152 +0,0 @@
-.TH urpmf 8 "20 Oct 2005" "Mandriva" "Mandriva Linux"
-.IX urpmf
-.SH NAME
-urpmf \- Finds the packages matching some conditions
-.SH SYNOPSIS
-.B urpmf [\fIoptions\fP] <\fIpattern-expression\fP>
-.SH DESCRIPTION
-By default, urpmf outputs the list of the known packages that contain a file
-whose name or path was specified as an argument on the command-line.
-.PP
-<\fIpattern-expression\fP> is the name or part of the name of the file you want
-to locate. Perl-style regular expressions are allowed. \fBurpmf\fP will then
-print a list of matching files, with their corresponding packages. By using
-options, you may format output differently, and search through other rpm tags.
-.PP
-Note that \fBurpmf\fP searches through the urpmi media (\fBnot\fP in the
-system's rpm database -- for that you should use rpm(8) instead).
-.SH OPTIONS
-.IP "\fB\--help\fP"
-Prints a help message and exits.
-.IP "\fB\--version\fP"
-Prints the version number and exits.
-.IP "\fB\--env\fP \fIdirectory\fP"
-Use a different environment directly out of a bug report tarball.
-.IP "\fB\--excludemedia\fP \fImedium1,...,mediumN\fP"
-Do not use the given media.
-.IP "\fB\--literal\fP"
-Match literally instead of interpreting the argument as a regular expression.
-.IP "\fB\-l\fP"
-Equivalent to \fB--literal\fP.
-.IP "\fB\--media\fP \fImedium1,...,mediumN\fP"
-Select specific media to be used, instead of defaulting to all available media
-(or all update media if \fB--update\fP is used).
-.IP "\fB\--sortmedia\fP \fImedium1,...,mediumN\fP"
-Sort the given media, substrings may be used to simplify grouping.
-.IP "\fB\--synthesis\fP \fIfile\fP"
-Use the given synthesis file instead of urpmi db for searching packages.
-.IP "\fB\--uniq\fP"
-Do not print identical lines twice.
-.IP "\fB\--update\fP"
-Use only update media. This means \fBurpmf\fP will only search through
-media marked as update.
-.IP "\fB\--verbose\fP"
-Verbose mode. urpmf will emit various messages related to the parsing of hdlist
-files for your media.
-.IP "\fB-i\fP"
-Ignore case distinctions in any patterns.
-.IP "\fB-F\fP \fIstring\fP"
-Change field separator to \fIstring\fP for the rest of the output line (it
-defaults to ':')
-.IP "\fB\--qf\fP \fIformat-string\fP"
-Specify a printf-like output format.
-.IP "\fB\--arch\fP"
-Prints the architecture tag.
-.IP "\fB\--buildhost\fP"
-Prints the BuildHost tag.
-.IP "\fB\--buildtime\fP"
-Prints the BuildTime tag.
-.IP "\fB\--conffiles\fP"
-Prints the list of configuration files contained in the package. (Might be
-empty.)
-.IP "\fB\--conflicts\fP"
-Prints the Conflicts tags.
-.IP "\fB\--description\fP"
-Prints the Description tag.
-.IP "\fB\--distribution\fP"
-Prints the Distribution tag.
-.IP "\fB\--epoch\fP"
-Prints the Epoch tag.
-.IP "\fB\--filename\fP"
-Prints package file names.
-.IP "\fB\--files\fP"
-Prints the list of files contained in the rpm (this is the default if you
-specify no field).
-.IP "\fB\--group\fP"
-Prints the Group tag.
-.IP "\fB\--name\fP"
-Prints package names.
-.IP "\fB\--obsoletes\fP"
-Prints the Obsoletes tags.
-.IP "\fB\--packager\fP"
-Prints the Packager tag.
-.IP "\fB\--provides\fP"
-Prints the Provides tags.
-.IP "\fB\--requires\fP"
-Prints the Requires tag.
-.IP "\fB\--size\fP"
-Prints the Size tag.
-.IP "\fB\--sourcerpm\fP"
-Prints the names of source rpms.
-.IP "\fB\--summary\fP"
-Prints the Summary tag.
-.IP "\fB\--url\fP"
-Prints the packages' URL.
-.IP "\fB\--vendor\fP"
-Prints the Vendor tag.
-.IP "\fB-m\fP"
-Print the name of the media in which the package has been found.
-.IP "\fB-f\fP"
-Print version, release and arch along with name of package.
-This modifies the effect of the \fI--name\fP option.
-.IP "\fB-e\fP"
-Include code directly in the perl search expression. Use it with
-\fB--debug\fP to look at the generated perl code. In any cases, use it only
-if you know perl.
-.IP "\fB-a\fP"
-Binary AND operator, true if both expressions are true.
-.IP "\fB-o\fP"
-Binary OR operator, true if one expression is true.
-.IP "\fB!\fP"
-Unary NOT, true if expression is false.
-.IP "\fB(\fP"
-Left parenthesis to open a group expression.
-.IP "\fB)\fP"
-Right parenthesis to close a group expression.
-.IP "\fB--debug\fP"
-Includes debugging output.
-.SH FORMAT
-The options to select tags (\fB--arch\fP, \fB--buildhost\fP and so on)
-control the output format of urpmf. If not explicitly specified somewhere else,
-the name of the rpm is printed first. Fields are separated by \fB:\fP until
-specified otherwise.
-
-You can also use \fB--qf\fP for that. It takes a format string, where tags to
-be replaced are specified as \fB%\fP\fI[-][number]\fP\fBtagname\fP.
-
-The optional number indicates the length of the space-padding and
-the \fB-\fP character its justification (like in printf(3)).
-.SH EXPRESSIONS
-The boolean operator switches allow you to construct complex expressions from
-regexps. Those expressions are then matched against the whole output line.
-.SH EXAMPLE
-This command will list all perl-Apache modules, and list them along with
-the media in which they're been found, nicely indented :
-
-.B urpmf --qf '%-30name is found in media %media' perl-Apache
-.SH FILES
-See \fIurpmi.files\fP(5).
-.SH "SEE ALSO"
-\fIurpmi.addmedia\fP(8),
-\fIurpmi.update\fP(8),
-\fIurpmi.removemedia\fP(8),
-\fIurpmi\fP(8),
-\fIurpmq\fP(8),
-\fIurpmi.files\fP(5).
-.SH AUTHOR
-Pascal Rigaux (original author)
-.PP
-Francois Pons
-.PP
-Rafael Garcia-Suarez
-(current maintainer)