diff options
-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 |