Skip to content
forked from ruda/rpm2cpio

Lightweight implementation of rpm2cpio written in Python.

License

Notifications You must be signed in to change notification settings

yiya1989/rpm2cpio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Lightweight implementation of rpm2cpio written in Python.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 82.9%
  • Makefile 9.3%
  • Roff 7.8%