summaryrefslogtreecommitdiffstats
path: root/urpmi.8
diff options
context:
space:
mode:
authorFrancois Pons <fpons@mandriva.com>2001-04-05 17:41:55 +0000
committerFrancois Pons <fpons@mandriva.com>2001-04-05 17:41:55 +0000
commitdf6a3ced18fd293a1a1a8121b2f98287b40dcd37 (patch)
tree529ec17ddbfc5cebd36c5da773fe7956f3989cc3 /urpmi.8
parent53adad829a72e471e29e5c47c852913d9ed821a8 (diff)
downloadurpmi-df6a3ced18fd293a1a1a8121b2f98287b40dcd37.tar
urpmi-df6a3ced18fd293a1a1a8121b2f98287b40dcd37.tar.gz
urpmi-df6a3ced18fd293a1a1a8121b2f98287b40dcd37.tar.bz2
urpmi-df6a3ced18fd293a1a1a8121b2f98287b40dcd37.tar.xz
urpmi-df6a3ced18fd293a1a1a8121b2f98287b40dcd37.zip
*** empty log message ***
Diffstat (limited to 'urpmi.8')
-rw-r--r--urpmi.862
1 files changed, 39 insertions, 23 deletions
diff --git a/urpmi.8 b/urpmi.8
index 0a9ca09d..4fe25475 100644
--- a/urpmi.8
+++ b/urpmi.8
@@ -1,12 +1,9 @@
-.TH urpmi 8 "05 Sep 2000" "Mandrakesoft" "Linux-Mandrake"
+.TH urpmi 8 "05 Apr 2001" "Mandrakesoft" "Linux-Mandrake"
.IX urpmi
.SH NAME
urpmi \- rpm wrapper making installs easier for the user
.SH SYNOPSIS
-.B urpmi
-[options]
-package_name|rpm_file
-[package_names|rpm_files...]
+.B urpmi [options] [package_names|rpm_files...]
.SH DESCRIPTION
urpmi enables non-superuser install of rpms. In fact, it only authorizes
well-known rpms to be installed. If you want to install local rpm file, you
@@ -21,13 +18,13 @@ and urpmi will:
.br
\- Propose different package names if availables and quit.
.br
-\- If found only one Package corresponding, check wether dependencies are
+\- If found only one package corresponding, check wether dependencies are
already installed or not.
.br
\- If not, propose to install the dependencies and then install all required
dependencies and the package.
.PP
-Note that urpmi handle installations from various medias (ftp, local and
+Note that urpmi handle installations from various medias (ftp, http, local and
nfs volumes, removable medias such as CDROMs) and is able to install
dependencies from a media different from the package's media.
If necessary, urpmi asks you to insert the required media.
@@ -45,14 +42,37 @@ to launch, use autoirpm.
To install all available menu entries of all known packages,
use autoirpm-icons.
.SH OPTION
-.IP "\fB\--auto\fP"
+.IP "\fB\--help\fP"
+print an help message and exit.
+.IP "\fB\--auto\fP"
installs all required dependencies without asking.
+.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.
.IP "\fB\--force\fP"
assumes yes on all questions.
+.IP "\fB\--X\fP"
+use X interface.
+.IP "\fB\--best-output\fP"
+try to use X interface or if not available the standard text interface (using
+rpm).
.IP "\fB\-a\fP"
if multiple packages match the substring given, take them all
+.IP "\fB\-m\fP"
+choose minimun closure of requires (this is the default). This is a relatively
+slow algorithm that tries to minimize the number of package to upgrade
+to only what is really necessary.
+.IP "\fB\-M\fP"
+choose maximal closure of requires. This is the fastest algorithms that try to
+upgrade all requires if they can be upgraded.
+.IP "\fB\-c\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\-q\fP"
+proposes a quiet mode when calling rpm where no upgrade status are printed.
.IP "\fB\-v\fP"
-proposes a verbose mode when calling rpm.
+proposes a verbose mode with various messages.
.SH FILES
/usr/bin/urpmi
.br
@@ -66,11 +86,17 @@ There is one filelist per media(*).
/var/lib/urpmi/hdlist.*
.br
Contain information about all known packages, it's a summary of rpm headers.
-There is one filelist per media(*).
+There is one hdlist per media(*).
+.PP
+/var/lib/urpmi/synthesis.hdlist.*
+.br
+Contain synthesis information about all known packages built from hdlist files
+that can be used by minimal closure algorithm. If these files are not present
+use \fBurpmi.update -a\fP to generate them. These files are not mandatory.
.PP
/etc/urpmi/urpmi.cfg
.br
-Contains one line <\fIname\fP> <\fIurl\fP> per media.
+Contains media description, previous format from older urpmi is accepted.
.PP
/var/lib/urpmi/depslist.ordered
.br
@@ -89,22 +115,12 @@ this group.
urpmi.addmedia(8),
urpmi.update(8),
urpmi.removemedia(8),
-urpmi.update(8),
autoirpm(8),
gurpmi(8),
urpmf(8),
urpmq(8),
rpmdrake(8)
.SH AUTHOR
-Pascal Rigaux, Mandrakesoft
+Pascal Rigaux, Mandrakesoft <pixel@mandrakesoft.com>
.br
-pixel@mandrakesoft.com
-
-
-
-
-
-
-
-
-
+Francois Pons, Mandrakesoft <fpons@mandrakesoft.com>