Skip to content
Alexcei edited this page Jul 26, 2016 · 7 revisions

HOME

RpmReaderNetLib is a library for reading and extracting files from a rpm file.
RpmNet is a program based on RpmReaderNet for executing queries to a rpm file for getting information about file.

RpmReaderNetLib

The library allows you to read information, check format and extract files from a rpm file. The class RpmReader has a corresponding function. It has properties for getting information about rpm file.

Usage

See examples

RpmNet

A List all commands that support the program

  • info - print a common information about package
  • filelist - print a list all files in package
  • script - print the contents of scripts
  • extract - extract all files from package
  • help - help with one of the above commands

Clone this wiki locally