This is a part of the QuickLook program, migrated from RPMReaderNet and CpioLibSharp.
$ dotnet add package QuickLook.RpmReaderThis is a part of the QuickLook program, migrated from RPMReaderNet and CpioLibSharp.
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: Examples of the use of the library
CpioLibSharp is library for decompression files of cpio archive format to disk. It written entirely in C# for the .NET platform. For more information about a CPIO format see format of cpio archive file.