How to unpack pkg file from OSX 10.10 and higher

僤鯓⒐⒋嵵緔 提交于 2019-12-13 16:12:24

问题


I tried to extract Essentials.pkg from OS X 10.10 following by solution from this answer. But have no success.

I get error gunzip: unknown compression format if i try to extract with cmd: cat Payload | gunzip -dc |cpio -i

I get error: tar: Unrecognized archive format if i try to extract with cmd: tar xzvf Payload Could anyone suggest any solution?

来源:https://stackoverflow.com/questions/34989912/how-to-unpack-pkg-file-from-osx-10-10-and-higher

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!