diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-21 15:31:01 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-03-21 15:31:01 +0000 |
commit | 7230c5b0ba14b42d37eaf8de7a56d881af2b393c (patch) | |
tree | 7a43423a107256b8b2687af7cd84133aece3da77 /pod/urpmi.8.pod | |
parent | 0a276a327716ff9ec9212ee4a849ca0891a46d8a (diff) | |
download | urpmi-7230c5b0ba14b42d37eaf8de7a56d881af2b393c.tar urpmi-7230c5b0ba14b42d37eaf8de7a56d881af2b393c.tar.gz urpmi-7230c5b0ba14b42d37eaf8de7a56d881af2b393c.tar.bz2 urpmi-7230c5b0ba14b42d37eaf8de7a56d881af2b393c.tar.xz urpmi-7230c5b0ba14b42d37eaf8de7a56d881af2b393c.zip |
Assorted doc fixes
Diffstat (limited to 'pod/urpmi.8.pod')
-rw-r--r-- | pod/urpmi.8.pod | 59 |
1 files changed, 32 insertions, 27 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index 4e679abc..f48ebfa7 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -41,10 +41,10 @@ Finish by installing the requested package(s). =back Note that urpmi handles installations from various types of media (ftp, -http, rsync, local and nfs volumes, and removable media such as CDROMs or -DVDs) and is able to install dependencies from a medium different from the -original package's media. For removable media, urpmi may ask you to insert -the appropriate disk, if necessary. +http, https, rsync, ssh, local and nfs volumes, and removable media such +as CDROMs or DVDs) and is able to install dependencies from a medium +different from the original package's media. For removable media, urpmi +may ask you to insert the appropriate disk, if necessary. To add a new medium containing rpms, run C<urpmi.addmedia>. To remove an existing medium, use C<urpmi.removemedia>. To update the package list (for @@ -58,11 +58,6 @@ example when the ftp archive changes) use C<urpmi.update>. Prints a help message and exit (this is the same as B<-h> or B<-?>). -=item B<--update> - -Use only update media. This means that urpmi will search packages and -resolve dependencies only in media marked as containing updates. - =item B<--media> I<media1,...,mediaN> Select specific media to be used, instead of defaulting @@ -85,10 +80,16 @@ Sort the specified media. Substrings may be used to simplify grouping. This way, C<media1> will be taken into account first, then C<media2>, and so on. Media which aren't listed are taken into account after the others. +=item B<--update> + +Use only update media. This means that urpmi will search packages and +resolve dependencies only in media marked as containing updates. + =item B<--synthesis> I<file> -Use the specified synthesis file instead -of the urpmi database for searching packages and resolving dependencies. +Use the specified synthesis file instead of the urpmi database for +searching packages and resolving dependencies. This option is mostly +designed for internal use. =item B<--auto> @@ -112,8 +113,8 @@ them in F</var/cache/urpmi/rpms>. =item B<--no-uninstall> -Never ask to uninstall a package but prefer aborting instead. -This can be safer in auto mode. +Never ask to uninstall a package but prefer aborting instead. This can be +safer in auto mode. =item B<--keep> @@ -203,13 +204,13 @@ in the C<urpmi.addmedia> manpage. =item B<--wget> -Use wget for downloading distant files. By default curl is used if -available, or wget instead. +Use wget for downloading distant files via http or ftp. By default curl is +used if available, or wget instead. =item B<--curl> -Use curl for downloading distant files. By default curl is used if -available, or wget instead. +Use curl for downloading distant files via http or ftp. By default curl is +used if available, or wget instead. =item B<--curl-options> I<'options'> @@ -238,33 +239,33 @@ Resume transfer of partially-downloaded files. Retries to download files over FTP or HTTP the specified number of times. -=item B<--proxy> I<proxyhost[:port|1080]> +=item B<--proxy> I<proxyhost[:port]> Use specified HTTP proxy. =item B<--proxy-user> I<user:password> -Use -specified user and password to use for proxy authentication. Specifying -B<--proxy-user=ask> will cause urpmi to prompt for a username and a password. +Use specified user and password to use for proxy authentication. +Specifying B<--proxy-user=ask> will cause urpmi to prompt for a username +and a password. =item B<--bug> I<directory> -Create a bug report in I<directory>. You have to send a compressed -archive of the directory to the urpmi maintainer for the bug being (probably) +Create a bug report in I<directory>. You have to send a compressed archive +of the directory to the urpmi maintainer for the bug being (probably) reproduced. =item B<--env> I<directory> -Use a different environment directly from a bug -report to replay a bug. The argument is the same argument given to B<--bug> option. +Use a different environment directly from a bug report to replay a bug. +The argument is the same argument given to B<--bug> option. =item B<--verify-rpm> =item B<--no-verify-rpm> -Activate or deactivate rpm signature checking. It's activated -by default. +Activate or deactivate rpm signature checking. It's activated by default, +and can be overriden in global configuration. =item B<--test> @@ -467,3 +468,7 @@ Rafael Garcia-Suarez, <rgarciasuarez@mandriva.com> (current maintainer) urpmi.addmedia(8), urpmi.update(8), urpmi.removemedia(8), urpme(8), urpmf(8), urpmq(8), urpmi.cfg(5), urpmi.files(5). + +=cut + +$Id$ |