ZeroInstall.Archives.Extractors contains classes for extracting various archive types. We should add support for RPM and DEB archives.
Similar to how DmgExtractor only works on macOS, because it uses binaries included with the operating system, its OK for those extractors to rely on native Linux binaries. However, if suitable .NET libraries exist that can do the extraction in-process, that is preferable.
ZeroInstall.Archives.Extractorscontains classes for extracting various archive types. We should add support for RPM and DEB archives.Similar to how
DmgExtractoronly works on macOS, because it uses binaries included with the operating system, its OK for those extractors to rely on native Linux binaries. However, if suitable .NET libraries exist that can do the extraction in-process, that is preferable.