The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Alien::Packages::RpmDB - acesses the RPM database directly

ISA

    Alien::Packages::RpmDB
    ISA Alien::Packages::Base

SUBROUTINES/METHODS

usable

Returns true when the rpm database can be accessed via RPM::Database.

new

Instantiates a new Alien::Packages::RpmDB object and initializes a connection to the rpm database.

pkgtype

Returns the pkg type "rpm".

list_packages

Queries the list of installed rpm packages from the database.

list_fileowners

Queries the list of rpm packages from the database which have an association to the requested file(s).

AUTHOR

Jens Rehsack, <rehsack at cpan.org>

LICENSE AND COPYRIGHT

Copyright 2010 Jens Rehsack.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.