Need Relevance For custom Task

Hi All,

Could you please give the relevance code for the below condition,

  1. Operating System = Linux Red Hat Enterprise Server 5
  2. OS Architecture = x86_64,
  3. RPM Package List (package name = ncpa-1.8.1-1.x86_64 )

relevance as all the above 3 condition is true,

Thanks,
Nagaraj,

name of operating system = “Linux Red Hat Enterprise Server 5” AND architecture of operating system = “x86_64”

Not sure about the RPM Package.

GIve this a try for the RPM portion

exists package whose (version of it =“1.8.1-1” and name of it = "ncpa) of rpm

You can run this to see all the rpms installed:

packages of rpm

or

(name of it, version of it) of packages of rpm

Best regards,
Mike Stone

Thank you @michael_stone