diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-29 16:15:24 +0200 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2020-04-29 16:16:24 +0200 |
commit | dae8d5ed0fa08a150040148df550a7027f41c30b (patch) | |
tree | 1798ebc6085679de9fc3ae0e05445531d8485155 | |
parent | 16547d41c92e3faafb5aaa31bd31250ce5aff6ac (diff) | |
download | urpmi-dae8d5ed0fa08a150040148df550a7027f41c30b.tar urpmi-dae8d5ed0fa08a150040148df550a7027f41c30b.tar.gz urpmi-dae8d5ed0fa08a150040148df550a7027f41c30b.tar.bz2 urpmi-dae8d5ed0fa08a150040148df550a7027f41c30b.tar.xz urpmi-dae8d5ed0fa08a150040148df550a7027f41c30b.zip |
explain the relationship with rpmtools
-rw-r--r-- | urpm.pm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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>, |