美文网首页
mac无法用unzip解压zip文件

mac无法用unzip解压zip文件

作者: 又不行了 | 来源:发表于2017-12-29 19:07 被阅读0次

用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 

相关文章

网友评论

      本文标题:mac无法用unzip解压zip文件

      本文链接:https://www.haomeiwen.com/subject/jirwgxtx.html