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 /urpmq.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 'urpmq.8')
-rw-r--r-- | urpmq.8 | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,9 +1,9 @@ -.TH urpmq 8 "10 Apr 2001" "Mandrakesoft" "Linux-Mandrake" +.TH urpmq 8 "05 Jul 2001" "MandrakeSoft" "Mandrake Linux" .IX urpmq .SH NAME urpmq \- urpmi database query tool. .SH SYNOPSIS -.B urpmq [options] [package_names | rpm_files...] +.B urpmq [\fIoptions\fP] [\fIpackage_names\fP | \fIrpm_files...\fP] .SH DESCRIPTION urpmq allows querying the urpmi database. It is for you if want to list available packages in the various media of urpmi, or list dependancies of @@ -12,9 +12,12 @@ packages or packages that will be installed if you start urpmi. Output format of urpmq is the following according to command line options: .IP [group/]package_name[-version][-release] -.SH OPTION +.SH OPTIONS .IP "\fB\--help\fP" print an help message and exit. +.IP "\fB\--update\fP" +use only update media. This means \fBurpmq\fP will search and resolve +dependencies only in media marked as update. .IP "\fB\--auto-select\fP" automatically select all packages that have to be upgraded according to already installed packages and packages listed in various media registered. @@ -42,6 +45,8 @@ mode of \fBurpmi\fP. if maximal closure is used, assume that a package listed mey have wrong or not up-to-date dependancies. This cause more package to be upgraded and may correct unresolved dependancies on the rpm database. +.IP "\fB\-p\fP" +allow search in provides to find package. .IP "\fB\-g\fP" print group of each packages listed. .IP "\fB\-r\fP" |