美文网首页
Centos7下unzip解压报错问题

Centos7下unzip解压报错问题

作者: Cesc90 | 来源:发表于2020-02-13 15:15 被阅读0次

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

    相关文章

      网友评论

          本文标题:Centos7下unzip解压报错问题

          本文链接:https://www.haomeiwen.com/subject/gxxlfhtx.html