好大用力深一点bl_日本超欲大尺度床戏电影_a级大胆欧美人体大胆666_japanesexxxxx日本54

服務項目:網站建設、仿站、程序開發、APP開發設計、移動網站開發設計、企業網站設計、電子商務網站開發、網站維護、網站推廣、UX/UI 、HTML5、CSS3、JS / Jquery ...
四川浚浚科技有限公司
四川浚浚科技有限公司 (開發設計官網)TEL : 15308000360 / QQ : 38585404

您的位置:首頁 > 技術經驗 > 服務器 > 正文

Linux使用unzip解壓時報錯End-of-central-directorysignaturenotfound
技術支持服務電話:15308000360 【7x24提供運維服務,解決各類系統/軟硬件疑難技術問題】

Linux 下,使用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.


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



上一篇:apache php升級后httpd不啟動的解決辦法
下一篇:Linux cp 實現強行批量覆蓋

相關熱詞搜索:linux unzip jar