rpmdepsize by Richard W.M. Jones http://et.redhat.com/~rjones/rpmdepsize ---------------------------------------------------------------------- This program displays the size of RPMs and their dependencies. It's useful for shaming RPMs that have too many dependencies or pull in large amounts of data because of indirect dependencies. Please read the manual page rpmdepsize(1) for full details. Requirements ---------------------------------------------------------------------- ocaml >= 3.10 - and the following OCaml packages: * findlib * extlib * sexplib310 * type-conv * lablgtk2 python yum - including the Python libraries, which come by default Build ---------------------------------------------------------------------- ./configure make sudo make install