Red Hat Training

A Red Hat training course is available for Red Hat Satellite

34.65. Method: listNewerInstalledPackages

Description

Given a package name, version, release, and epoch, returns the list of packages installed on the system with the same name that are newer.

Parameters

The following parameters are available for this method:

  • string sessionKey
  • int serverId
  • string name - Package name
  • string version - Package version
  • string release - Package release
  • string epoch - Package epoch
Returns

The following return values are available for this method:

  • array:
    • struct - package
      • string name
      • string version
      • string release
      • string epoch