(PECL rpminfo >= 0.3.0)
rpmdbsearch — Search RPM packages
$pattern
,$rpmtag
= RPMTAG_NAME,$rpmmire
= -1,$full
= false
Search packages in the system RPM database.
pattern
rpmtag
RPMTAG_*
constants.
rpmmire
RPMMIRE_*
constants.
When < 0 the criterion must equal the value, and database index is used if possible.
full
true
all information headers for the file are retrieved, else only a minimal set.
Example #1 Searching for the package owning a file
<?php
$info = rpmdbsearch("/usr/bin/php", RPMTAG_INSTFILENAMES);
print_r($info);
?>
The above example will output:
Array ( [0] => Array ( [Name] => php-cli [Version] => 7.4.4 [Release] => 1.fc32 [Summary] => Command-line interface for PHP [Arch] => x86_64 ) )
Follow Lee on X/Twitter - Father, Husband, Serial builder creating AI, crypto, games & web tools. We are friends :) AI Will Come To Life!
Check out: eBank.nz (Art Generator) |
Netwrck.com (AI Tools) |
Text-Generator.io (AI API) |
BitBank.nz (Crypto AI) |
ReadingTime (Kids Reading) |
RewordGame |
BigMultiplayerChess |
WebFiddle |
How.nz |
Helix AI Assistant