Package Test Condition
From InstallJammer Wiki
The Package Test Condition checks to see if a package is installed in the target system's default package manager. This condition will determine what the default package manager is for the target system and then attempt to determine if the given package is installed by querying the package manager.
Contents |
[edit] Supported Package Managers
Currently-supported package systems are:
- RPM
- RPM will use 'rpm -q $package'
- DPKG
- DPKG will use 'dpkg -s $package'
[edit] Standard Properties
See Standard Condition Properties.
[edit] Advanced Properties
[edit] Operator
- is installed - True if the package is installed.
- is no installed - True if the package is not installed.
[edit] Package
The name of the package to check.
