Name
Pkg::TargetInstall — install rpm package by filename
Synopsis
boolean
TargetInstall
( |
string
filename
) ; |
Description
the filename must be an absolute path to a file which can be accessed by the package manager.
![[Note]](../images/note.png) | Note |
---|
This builtin uses callbacks * You should do an 'import "PackageCallbacks"' before calling this. |