URPM

Manipulate RPM files and headers
Download

URPM Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Thierry Vignaud
  • Publisher web site:
  • http://search.cpan.org/~tvignaud/

URPM Tags


URPM Description

URPM is a Perl module that allows you to manipulate RPM files, RPM header files and hdlist files and manage them in memory. It is notably used by the urpmi utility. It provides four classes : URPM, URPM::DB, URPM::Package, and URPM::Transaction.SYNOPSIS use URPM; # using the local RPM database my $db = URPM::DB::open(); $db->traverse(sub { my ($package) = @_; # this is a URPM::Package object print $package->name, "\n"; # ... }); # loading and parsing a synthesis file my $urpm = new URPM; $urpm->parse_synthesis("synthesis.sample.cz"); $urpm->traverse(sub { # retrieve all packages from the dependency list # ... });Product's homepage


URPM Related Software