欢迎光临
我们一直在努力

unzip命令不能使用并出现unzip: cannot find zipfile等字样解决办法(unzip命令不存在)

今天小编在centos下对zip进行解压发现系统自带的unzip无法使用,这种情况很少遇见!如图所示

解决办法:

$ unzip abc.zip

Archive: abc.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.

unzip: cannot find zipfile directory in one of abc.zip or

abc.zip.zip, and cannot find abc.zip.ZIP, period.

两个可能,一个zip超大,一个是zip打包有问题。

重新压缩再试试,还失败的话就

用jar 来解

$ jar xvf abc.zip

  如果出现

jar:Command not found

  要用yum下载

$ yum -y install java-1.6.0-openjdk-devel

安装时间也就两三分钟

安装完毕再次运行

再次运行

$ jar xvf abc.zip

注意这时:unzip abc.zip 也能正常解压,unzip正常使用了!

本文从互联网转载,来源地址:www.downzz.com/shell/28894.html,原作者保留一切权利,若侵权或引用不当,请联系九八云(cmy.cn)删除。【九八云,优质云服务器提供商】

赞(0)
【声明】:本博客不参与任何交易,也非中介,仅记录个人感兴趣的主机测评结果和优惠活动,内容均不作直接、间接、法定、约定的保证。访问本博客请务必遵守有关互联网的相关法律、规定与规则。一旦您访问本博客,即表示您已经知晓并接受了此声明通告。