pbzx

Parser for pbzx compression streams used in macOS installers

brewmacoslinux
Try with needOr install directly
Source

About

Parser for pbzx stream

Commands

pbzx

Examples

Extract pbzx stream from a file to stdout$ pbzx input.pbzx > output.cpio
Parse pbzx stream and pipe to cpio for extraction$ pbzx installer.pbzx | cpio -i
Display pbzx stream information$ pbzx -h