Skip to content

Search recursively for all debian packages and extract them to a specified destination.

License

Notifications You must be signed in to change notification settings

NicolaasWeideman/debian_package_extraction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Debian Package Extraction

Search recursively for all debian packages and extract them to a specified destination. It can also, optionally, delete all non-elf files from the extracted deb package.

Dependencies

Example usage

  • python3 extract_debs.py /path/to/deb/mirror/ /absolute/path/to/extract/to
  • python3 extract_debs.py --del_nonelfs=True /path/to/deb/mirror/ /absolute/path/to/extract/to

About

Search recursively for all debian packages and extract them to a specified destination.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages