Name
Pkg::IsProvided — returns 'true' if the tag is provided in the installed system
Synopsis
boolean
IsProvided
( |
string
| tag
) ; |
Description
tag can be a package name, a string from requires/provides or a file name (since a package implictly provides all its files)
Usage
Pkg::IsProvided ("glibc") -> true
|