当前位置:   article > 正文

Linux 使用unzip解压时报错End-of-central-directory signature not found_end-of-central-directory signature not found. eith

end-of-central-directory signature not found. either this file is not a zipf

问题:unzip 综合.zip解压文件夹报错如下  

Archive: 综合.zip 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. note: 综合.zip may be a plain executable, not an archive unzip: cannot find zipfile directory in one of 综合.zip or 综合.zip.zip, and cannot find 综合.zip.ZIP, period.

解决方法:

应该是 unzip 设置了这个解压的文件大小限制了。在网上查到可以用 jar 来解压
 

jar xvf 综合.zip

特殊情况:

如果出现下面这个问题,说明没有安装jar这个包,
 

jar:Command not found

 要用yum下载

yum -y install java-1.6.0-openjdk-devel

再次运行

jar xvf 综合.zip

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/繁依Fanyi0/article/detail/686504
推荐阅读
相关标签
  

闽ICP备14008679号