Name

Pkg::DoProvide — Install a list of tags 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 can be a package name, a string from requires/provides or a file name (since a package implictly provides all its files)

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