您好,欢迎来到外链网!
当前位置:外链网 » 站长资讯 » 专业问答 » 文章详细 订阅RssFeed

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

来源:互联网 浏览:115次 时间:2023-04-08

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

在jdk中javac命令能正确而java命令不能正确显示,为什么 怎么办 是路径配的不对吗

解决办法:

$ unzip abc.zip

六星教育 Linux 这些工具堪称神器 你用过哪个

Archive: abc.zip

End-of-central-directory signature not found. Either this file is not

linux命令 之 sudo命令详细介绍

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)删除。【茶猫云,优质云服务器提供商】