Name

Pkg::TargetInstall — install rpm package by filename

Synopsis

boolean TargetInstall ( string filename );
 

Parameters

string filename

Return

boolean

Description

the filename must be an absolute path to a file which can be accessed by the package manager.

[Note]Note

This builtin uses callbacks * You should do an 'import "PackageCallbacks"' before calling this.