Name

Pkg::PkgInstalled — returns 'true' if the package is installed in the system

Synopsis

boolean PkgInstalled ( string package );
 

Parameters

string package

name of the package

Return

boolean

Usage

   Pkg::PkgInstalled("glibc") -> true