How to unpack and pack pkg file?

后端 未结 5 1101
北恋
北恋 2020-11-30 16:58

I have a pkg file created by Install Maker for Mac. I want to replace one file in pkg. But I must do this under Linux system, because this is a part of download process. Whe

5条回答
  •  执笔经年
    2020-11-30 17:09

    @shrx I've succeeded to unpack the BSD.pkg (part of the Yosemite installer) by using "pbzx" command.

    pbzx | cpio -idmu

    The "pbzx" command can be downloaded from the following link:

    • pbzx Stream Parser

提交回复
热议问题