Search results for "module:RPM"
RPM - Perl interface to the API for the RPM Package Manager
The Perl-RPM package is an extension for natively linking the functionality of the RPM Package Manager with the extension facility of Perl. The aim is to offer all the functionality made available via the C API in the form of Perl object classes. At ...
RJRAY/Perl-RPM-1.51 - 25 Apr 2007 01:52:51 UTC
RPM::Make - cleanly generate an RPM
Automatically generate an RPM software package from a list of files. RPM::Make builds the RPM in a very clean and configurable fashion. (Finally! Making RPMs outside of /usr/src/redhat without a zillion file intermediates left over!) RPM::Make should...
SHARRISON/RPM-Tools-0.8 - 18 Dec 2002 17:51:09 UTC
Repo::RPM - perl module to create RPMs requires tree
This module allow to create sqlite3 database from bunch of RPMs or SRPMs and build requires tree, the list of RPMs names in installation order, and RPMs requires in the GNU Make format....
KXRCL/Repo-RPM-0.01 - 10 Feb 2022 16:09:00 UTC
RPM::Info
The RPM::Info module allows to get informations about installed RPM's: it fetches: name, version, requirements, all files / directories containing to a RPM, information like vendor, distributor etc....
MAHNKONG/RPM-Info-1.05 - 10 Dec 2003 11:10:53 UTC
RPM::Spec - A very simplistic read-only method of accessing RPM spec files
WARNING: This code is actively being worked on, and the API may change. RPM::Spec provides simplistic access to the different bits of information a spec file provides... It is basically a collection of different parsing routines that were scattered t...
RSRCHBOY/RPM-Spec-0.05 - 20 Feb 2010 02:28:35 UTC
Youri::Package::RPM::RPM - RPM-based rpm package implementation
This is an RPM-based Youri::Package implementation for rpm....
GROUSSE/Youri-Package-0.2.9 - 02 Jun 2022 18:44:59 UTC
RPM::Error - Functions to supplement the internal error management of RPM
The RPM::Error package provides access to some functions that work with (but do not replace) the special $RPM::err variable. These routines allow for reporting errors through the RPM facility, clearing the error variable, and registering a callback f...
RJRAY/Perl-RPM-1.51 - 25 Apr 2007 01:52:51 UTC
RPM::Header - Access to RPM package headers
The RPM::Header package permits access to the header of a package (external file or currently installed) as either a tied hash or a blessed hash reference. The tags that are present in the header are expressed as keys. Retrieving them via "keys" or "...
RJRAY/Perl-RPM-1.51 - 25 Apr 2007 01:52:51 UTC
RPM::Update - compare installed rpms with up-to-date distribution
Based on Martin Siegert's *check-rpms* at <http://www.sfu.ca/acs/security/linux/check-rpms.html>. Options are to be specified as a list of arguments to RPM::Update::execute. *RPM::Update* compares installed RPM packages (listed by the command "rpm -q...
SHARRISON/RPM-Tools-0.8 - 18 Dec 2002 17:51:09 UTC
Archive::RPM - Work with a RPM
Archive::RPM provides a more complete method of accessing an RPM's meta- and actual data. We access this information by leveraging RPM2 where we can, and by "exploding" the rpm (with rpm2cpio and cpio) when we need information we can't get through RP...
RSRCHBOY/Archive-RPM-0.07 - 19 Jun 2010 20:02:24 UTC
Complete::RPM - Completion routines related to RPM packages
NAME GRAB. NOT YET IMPLEMENTED....
PERLANCAR/Complete-RPM-0.01 - 29 Nov 2015 04:56:23 UTC
RPM::Database - Access to the RPM database of installed packages
The RPM::Database package provides access to the database of installed packages on a system. The database may be accessed as either a tied hash or as a blessed reference to a hash. The keys of the hash represent packages on the system. The order in w...
RJRAY/Perl-RPM-1.51 - 25 Apr 2007 01:52:51 UTC
RPM::Packager - Manifest-based approach for building RPMs
SYAGI/RPM-Packager-v0.3.5
-
06 Mar 2016 07:24:52 UTC
RPM::Specfile - Perl extension for creating RPM Specfiles
This is a simple module for creation of RPM Spec files. Most of the methods in this module are the same name as the RPM Spec file element they represent but in lower case. Furthermore the the methods are divided into two groups: Simple Accessors Thes...
CHIPT/RPM-Specfile-1.51 - 24 Sep 2006 17:36:14 UTC
RPM::Payload - simple in-memory access to RPM cpio archive
"RPM::Payload" provides in-memory access to RPM cpio archive. Cpio headers and file data can be read in a simple loop. "RPM::Payload" uses "rpm2cpio" program which comes with RPM....
ATOURBIN/RPM-Payload-0.11 - 06 Oct 2012 13:36:51 UTC
RPM::Constants - Groups of RPM-defined symbols
This package is a collection of the constants defined by rpm itself that may be of use to those developing with the RPM Perl bindings....
RJRAY/Perl-RPM-1.51 - 25 Apr 2007 01:52:51 UTC
RPM::VersionSort - RPM version sorting algorithm, in perl XS
RPM uses a version number sorting algorithm for some of its decisions. It's useful to get at this sorting algoritm for other nefarious purposes if you are using RPM at your site....
HAG/RPM-VersionSort-1.00 - 16 Feb 2003 16:54:01 UTC