Name

Pkg::Commit — Commit package changes (actually install/delete packages)

Synopsis

list Commit ( map commit );
 

Parameters

map commit

configuration, currently supported values: $["download_mode":`default|`download_only|`download_only|`download_in_advance| `download_in_heaps|`download_as_needed, "medium_nr":<integer>, "dry_run":<boolean>, "exclude_docs":<boolean>, "no_signature":<boolean>], the default is $["download_mode":`default, "medium_nr":0 (all media), "dry_run":false, "exclude_docs":false, "no_signature":false],

Return

list

[ int successful, list failed, list remaining, list srcremaining ] The 'successful' value will be negative, if installation was aborted !