diff options
author | Francois Pons <fpons@mandriva.com> | 2002-02-12 12:21:54 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2002-02-12 12:21:54 +0000 |
commit | 0704a7a6b2baae9a3f167e9693ebeb2966e103e5 (patch) | |
tree | 926fe15c7080f770758a3aee20330a43835fe2a1 /man/C/urpmi.update.8 | |
parent | af278560a229fc0282afceccbb07e1361786004e (diff) | |
download | urpmi-0704a7a6b2baae9a3f167e9693ebeb2966e103e5.tar urpmi-0704a7a6b2baae9a3f167e9693ebeb2966e103e5.tar.gz urpmi-0704a7a6b2baae9a3f167e9693ebeb2966e103e5.tar.bz2 urpmi-0704a7a6b2baae9a3f167e9693ebeb2966e103e5.tar.xz urpmi-0704a7a6b2baae9a3f167e9693ebeb2966e103e5.zip |
updated man pages.
Diffstat (limited to 'man/C/urpmi.update.8')
-rw-r--r-- | man/C/urpmi.update.8 | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/man/C/urpmi.update.8 b/man/C/urpmi.update.8 index ef28a86f..26b9916b 100644 --- a/man/C/urpmi.update.8 +++ b/man/C/urpmi.update.8 @@ -1,4 +1,4 @@ -.TH urpmi.update 8 "05 Jul 2001" "MandrakeSoft" "Mandrake Linux" +.TH urpmi.update 8 "12 Feb 2001" "MandrakeSoft" "Mandrake Linux" .IX urpmi.update .SH NAME urpmi.update \- Updates packages list for specified medias @@ -11,17 +11,25 @@ Usefull for ftp location for example. <\fInames\fP> is a list of name you first told to urpmi.addmedia .SH OPTIONS +.IP "\fB\--wget\fP" +use wget only for downloading distant files. By default curl is used if +available or wget instead. +.IP "\fB\--curl\fP" +use curl only for downloading distant files. By default curl is used if +available or wget instead. .IP "\fB\-a\fP" Select all media that are not using a removable device to update them. .IP "\fB\-c\fP" Clean /var/cache/urpmi/headers directory on exit. +.IP "\fB\-d\fP" +Force complete computation of (not used anymore) /var/lib/urpmi/depslist.ordered file. .IP "\fB\-f\fP" Force rebuild of hdlist files or base files (/var/lib/urpmi/depslist.ordered, /var/lib/urpmi/provides and /var/lib/urpmi/compss). .SH FILES -/usr/bin/urpmi +/usr/sbin/urpmi.update .br -The \fBurpmi\fP executable (perl script) +The \fBurpmi.update\fP executable (perl script) .PP /var/lib/urpmi/list.* .br @@ -47,19 +55,9 @@ Contains media description, previous format from older urpmi is accepted. .br Contains package names that should be not automatically updated. .PP -/var/lib/urpmi/depslist.ordered +/etc/urpmi/inst.list .br -A simple text file containing all dependencies of all known packages. -.PP -/var/lib/urpmi/provides -.br -A simple text file containning all provides and the list of associated -packages that contains them. -.PP -/var/lib/urpmi/compss -.br -A simple text file containning for each Group used the list of package in -this group. +Contains package names that should be installed instead of updated. .SH "SEE ALSO" urpmi(8), urpmi.addmedia(8), |