Centos7下unzip解压报错问题
2020-02-13 本文已影响0人
Cesc90
Centos7下unzip解压一个zip压缩包报错:
End-of-central-directorysignature not found. Either thisfile is not
a zipfile, or it constitutesone disk of a multi-partarchive. In the
latter case the centraldirectory and zipfile comment will be found on
the last disk(s) of thisarchive.
解决办法:
使用jar解压
如果没有安装jar,使用yum安装:
yum -y install java-1.6.0-openjdk-devel
然后:
jar xvf your.zip
记得把your.zip换成你要解压的附件名