ruda / rpm2cpio

Command line utility written in Python to extract CPIO payload from RPM

Home Page:https://ruda.github.io/rpm2cpio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lightweight implementation of rpm2cpio written in Python.
Extract CPIO archive from RPM package.

rpm2cpio.py < adjtimex-1.20-2.1.i386.rpm  | cpio -it
./sbin/adjtimex
./usr/share/doc/adjtimex-1.20
./usr/share/doc/adjtimex-1.20/COPYING
./usr/share/doc/adjtimex-1.20/COPYRIGHT
./usr/share/doc/adjtimex-1.20/README
./usr/share/man/man8/adjtimex.8.gz
133 blocks

About

Command line utility written in Python to extract CPIO payload from RPM

https://ruda.github.io/rpm2cpio/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 88.2%Language:Makefile 6.8%Language:Roff 5.0%