Centos7下unzip解压报错问题

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换成你要解压的附件名

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