rpmdbinfo

PECL rpminfo >= 0.2.0
rpmdbinfo - Get information from installed RPM
Manual
Code Examples

rpmdbinfo( string$nevr, [bool$full = false] ): array

Retrieve information about an installed package, from the system RPM database.

Parameters

nevr

Name with optional epoch, version and release.

full

If true all information headers for the file are retrieved, else only a minimal set.

Return Values

An array of array of information or NULL on error.

Related Functions

Example of rpmdbinfo

Show all examples for rpmdbinfo

PHP Version:


Function rpmdbinfo:

RpmInfo Functions

Most used PHP functions