Name

Pkg::DoProvide — Install a list of packages to the system

Synopsis

map DoProvide ( list tags );
 

Parameters

list tags

Return

map

Description

Provides (read: installs) a list of tags to the system

tag is a package name

returns a map of tag,reason pairs if tags could not be provided. Usually this map should be empty (all required packages are installed)