summaryrefslogtreecommitdiffstats
path: root/urpm.pm
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2020-04-29 16:15:24 +0200
committerThierry Vignaud <thierry.vignaud@gmail.com>2020-04-29 16:16:24 +0200
commitdae8d5ed0fa08a150040148df550a7027f41c30b (patch)
tree1798ebc6085679de9fc3ae0e05445531d8485155 /urpm.pm
parent16547d41c92e3faafb5aaa31bd31250ce5aff6ac (diff)
downloadurpmi-dae8d5ed0fa08a150040148df550a7027f41c30b.tar
urpmi-dae8d5ed0fa08a150040148df550a7027f41c30b.tar.gz
urpmi-dae8d5ed0fa08a150040148df550a7027f41c30b.tar.bz2
urpmi-dae8d5ed0fa08a150040148df550a7027f41c30b.tar.xz
urpmi-dae8d5ed0fa08a150040148df550a7027f41c30b.zip
explain the relationship with rpmtools
Diffstat (limited to 'urpm.pm')
-rw-r--r--urpm.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/urpm.pm b/urpm.pm
index b308d64c..e8e71c44 100644
--- a/urpm.pm
+++ b/urpm.pm
@@ -602,6 +602,10 @@ sub DESTROY {}
The L<URPM> package is used to manipulate at a lower level synthesis and rpm
files.
+The L<rpmtools> package provides commands to generate synthesis and hdlist
+files (as well as other metadata): L<genhdlist2> and L<gendistrib> (a
+gendhlist2 wrapper handling a whole media set) from L<rpmtools> package.
+
See also submodules: L<gurpmi>, L<urpm::args>, L<urpm::bug_report>,
L<urpm::cdrom>, L<urpm::cfg>, L<urpm::download>, L<urpm::get_pkgs>,
L<urpm::install>, L<urpm::ldap>, L<urpm::lock>, L<urpm::main_loop>,