标签:arc directory data central disk ref tle isa source
data.zip文件有4G多,解压的时候出问题了.
出现这种情况,需要使用 7zip来解压
安装完成,
一、Linux 下,使用unzip解压时,报错:
unzip trunk.zip
Archive: trunk.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.
unzip: cannot find zipfiledirectory in one of trunk.zip or
trunk.zip.zip,and cannot find trunk.zip.ZIP, period.
文件大小为 2.2G,可能是 unzip 设置了这个限制吧。在网上查到要用 jar 来解:
jar xvf trunk.zip
(1).如果出现
jar:Command not found
(2).要用yum下载
yum -y install Java-1.6.0-openjdk-devel
(3).再次运行
jar xvf trunk.zip
就能成功,看来,unzip局限蛮大的呀。
标签:arc directory data central disk ref tle isa source
原文地址:http://www.cnblogs.com/lilyonly/p/6523161.html