Este conteúdo não está disponível no idioma selecionado.
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- intpackage_name_id
- stringpackage_name
- stringpackage_epoch
- stringpackage_version
- stringpackage_release
- stringpackage_arch
- stringthis_system- Version of package on this system.
- stringother_system- Version of package on the other system.
- intcomparison
- 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.