求助:window下可以解压的zip文件,linux下解压错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了求助:window下可以解压的zip文件,linux下解压错误相关的知识,希望对你有一定的参考价值。

1、在windows下,可以用winrar直接解压。
2、在Linux下执行:unzip abc.mr.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: abc.mr.zip may be a plain executable, not an archive
unzip: cannot find zipfile directory in one of abc.mr.zip or
abc.mr.zip.zip, and cannot find abc.mr.zip.ZIP, period.
哪位大侠帮忙看看。

文件的权限不对或者文件根本就不是zip格式的,虽然是zip结尾的文件但是不一定是zip格式的。 参考技术A 不需要命令行了,现在解压压缩文件只要右键-》自动检索就好,linux安装完成就可以解压文件,如果不能解压在Ubuntu下会提示安装解压程序,点击安装就行了,像在win下一样用。 参考技术B 不是 zip 文件。

unzip 只能解压缩 zip 文件,而且是老版本。Winzip 还有几个软件自己修改了 zip 格式,这个新格式只有他们自己支持。而且这些格式是不开放的,只能用这几个软件来解压缩。

Windows 下面的解压缩软件很多都是支持多种压缩格式的,这种软件不看扩展名,而是看文件头确定压缩格式,之后再调用对应的解压缩功能。本回答被提问者采纳

以上是关于求助:window下可以解压的zip文件,linux下解压错误的主要内容,如果未能解决你的问题,请参考以下文章

求助:ubuntu下解压时找不到路径怎么办

在LINUX下怎么解压windows下打的.rar文件/和.zip文件

解压zip的linux命令

帮我把jar包里的一个文件替换了,求助,求助!!!!!! 不是java文件,是一个properties文件,其它文件不变!

Linux 下 zip 文件解压乱码如何解决?

windows下如何用cmd命令解压指定的zip文件到指定目录下