diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-04 14:28:29 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2006-01-04 14:28:29 +0000 |
commit | 24b03d3716617d46721aedf5db07be9068188f69 (patch) | |
tree | 9d085bafca17776b0da587e8f4c3b4887073fa07 /pod | |
parent | ce2536424d8d6dcdfb6d676360cff15cecc796bb (diff) | |
download | urpmi-24b03d3716617d46721aedf5db07be9068188f69.tar urpmi-24b03d3716617d46721aedf5db07be9068188f69.tar.gz urpmi-24b03d3716617d46721aedf5db07be9068188f69.tar.bz2 urpmi-24b03d3716617d46721aedf5db07be9068188f69.tar.xz urpmi-24b03d3716617d46721aedf5db07be9068188f69.zip |
Rework urpmi manpage intro
Diffstat (limited to 'pod')
-rw-r--r-- | pod/urpmi.8.pod | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pod/urpmi.8.pod b/pod/urpmi.8.pod index da3b9662..d2c5c91e 100644 --- a/pod/urpmi.8.pod +++ b/pod/urpmi.8.pod @@ -8,8 +8,8 @@ urpmi - rpm downloader, installer and dependency solver =head1 DESCRIPTION -urpmi authorizes well-known rpms (or rpm files) to be installed including -all their dependencies. You can use it to install the dependencies of a +The purpose of urpmi is to install rpms (or rpm files), including all +their dependencies. You can also use it to install the dependencies of a source package, or a source package itself. You can compare rpm vs. urpmi with insmod vs. modprobe or dpkg vs apt-get. @@ -29,9 +29,9 @@ http, rsync, local and nfs volumes, and removable media such as CDROMs) 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 urpmi.addmedia. To remove an existing medium, use urpmi.removemedia. -To update the package list (for example when the ftp archive changes) use -urpmi.update. +run C<urpmi.addmedia>. To remove an existing medium, use +C<urpmi.removemedia>. To update the package list (for example when the ftp +archive changes) use C<urpmi.update>. =head1 OPTIONS |