-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Alexcei edited this page Jul 26, 2016
·
7 revisions
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.
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.
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