Name

Pkg::PkgMediaSizes — Return size of packages to be installed

Synopsis

list<list<integer>> PkgMediaSizes (void); 

Return

list<list<integer>>

Description

return cumulated sizes (in bytes !) to be installed from different sources and media

Returns the install size, not the archivesize !!

Usage

   Pkg::PkgMediaSizes () -> [ [src1_media_1_size, src1_media_2_size, ...], ..]