Skip to content

Alexcei88/RPMReaderNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

RPMReaderNetLib

RPMReaderNetLib is a library for reading and extracting files from a rpm file. It written entirely in C# for the .NET platform. The library written based on the rpm format and librpm API documentation.
Based on this library created a program RpmNet for executing queries to a rpm file.

Usage

RpmReaderNetLib library

Examples of the use of the library

RpmNet program

Install

Build the project and after the run the output file RpmNetSetup.msi. The program RpmNet will be install to your computer to c:\Program Files (x86)\RpmNet\ default.

A list all commands that are supported by the RpmNet program
  • info - prints a common information about package
  • filelist - prints a list all files in package
  • script - prints the contents of scripts
  • extract - extracts all files from package

More information about RpmNet can be found here

Nuget

Available on Nuget: https://www.nuget.org/packages/RpmReaderNetLib/

License

RPMReaderNetLib are released under the GNU GPLv3 license. See LICENSE for details.

Support

Find a bug? Contact us via email lex9.darovskoi@gmail.com.

About

A Library for reading the rpm file C#

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages