Red Hat Training

A Red Hat training course is available for Red Hat Satellite

34.5. comparePackages

Name
comparePackages
Description
Compares the packages installed on two systems.
Parameters
  • string sessionKey
  • int thisServerId
  • int otherServerId
Return Value
  • array:
    • struct - Package Metadata
      • int package_name_id
      • string package_name
      • string package_epoch
      • string package_version
      • string package_release
      • string package_arch
      • string this_system - Version of package on this system.
      • string other_system - Version of package on the other system.
      • int comparison
        • 0 - No difference.
        • 1 - Package on this system only.
        • 2 - Newer package version on this system.
        • 3 - Package on other system only.
        • 4 - Newer package version on other system.