服務(wù)項(xiàng)目:網(wǎng)站建設(shè)、仿站、程序開發(fā)、APP開發(fā)設(shè)計(jì)、移動(dòng)網(wǎng)站開發(fā)設(shè)計(jì)、企業(yè)網(wǎng)站設(shè)計(jì)、電子商務(wù)網(wǎng)站開發(fā)、網(wǎng)站維護(hù)、網(wǎng)站推廣、UX/UI 、HTML5、CSS3、JS / Jquery ...
四川浚??萍加邢薰?></a></div>
                    <div   id=四川浚??萍加邢薰? title=
四川???萍加邢薰?(開發(fā)設(shè)計(jì)官網(wǎng))TEL : 15308000360 / QQ : 38585404

您的位置:首頁 > 技術(shù)經(jīng)驗(yàn) > 服務(wù)器 > 正文

Linux使用unzip解壓時(shí)報(bào)錯(cuò)End-of-central-directorysignaturenotfound
技術(shù)支持服務(wù)電話:15308000360 【7x24提供運(yùn)維服務(wù),解決各類系統(tǒng)/軟硬件疑難技術(shù)問題】

Linux 下,使用unzip解壓時(shí),報(bào)錯(cuò):
$ 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.


用jar 來解
$ jar xvf abc.zip
  如果出現(xiàn)
jar:Command not found
  要用yum下載
$ yum -y install java-1.6.0-openjdk-devel
安裝時(shí)間也就兩三分鐘
安裝完畢再次運(yùn)行
再次運(yùn)行
$ jar xvf abc.zip



上一篇:apache php升級后httpd不啟動(dòng)的解決辦法
下一篇:Linux cp 實(shí)現(xiàn)強(qiáng)行批量覆蓋

相關(guān)熱詞搜索:linux unzip jar