mac无法用unzip解压zip文件

用unzip无法解压文件,会报以下错误信息

  End-of-central-directory signature not found.  Either this file is not

  a zipfile, or it constitutes one disk of a multi-part archive.  In the

  latter case the central directory and zipfile comment will be found on

  the last disk(s) of this archive.

这是由于该压缩文件由pkzip算法压缩而成,所以必须先安装p7zip包,用p7zip来解压,这里我是直接用brew来安装p7zip的

$ brew install p7zip

安装成功后运行以下命令就可以解压你想要解压的文件了

$ 7za x xxxxx.zip 

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容