Skip to content

need PK compat. v6.3 (can do v4.6)

2011 五月 31
tags: ,
by 荒野无灯

今天解压一个zip文件时发现有两个文件无法解压出来:

1
2
3
4
5
6
7
unzip checklist-v0.51.zip -d checklist
Archive:  checklist-v0.51.zip
   skipping: plugin/checklist.vim    need PK compat. v6.3 (can do v4.6)
   skipping: readme.markdown         need PK compat. v6.3 (can do v4.6)
   skipping: syntax/chklst.vim       need PK compat. v6.3 (can do v4.6)
   creating: checklist/plugin/
   creating: checklist/syntax/

从这个帖子中找到了答案:
[SOLVED] Unzipping File: "compat. v4.5" error – Ubuntu Forums

1
2
3
4
5
6
[admin@HuangYe VIM]$ file checklist-v0.51.zip
checklist-v0.51.zip: Zip archive data
[admin@HuangYe VIM]$ dd if=checklist-v0.51.zip count=2 bs=1
PK2+0 records in
2+0 records out
2 bytes (2 B) copied, 2.2559e-05 s, 88.7 kB/s

最后,

1
7za x checklist-v0.51.zip -ochecklist

搞定。

喜欢这篇文章吗?

请订阅本站 RSS feed填写您的邮件地址,订阅我们的精彩内容:,欢迎点击这里捐赠以支持荒野无灯转播到腾讯微博 转播到腾讯微博

作者:荒野无灯
出处:Hacklog【Hacklog】

声明: 本站遵循 署名-非商业性使用-相同方式共享 3.0 共享协议. 转载请注明转自Hacklog【荒野无灯weblog】

本文链接: http://ihacklog.com/?p=4528

Leave a Reply

Allowed Tags - You may use these HTML tags and attributes in your comment.

<a href="" title=""> <abbr title=""> <acronym title=""> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <q cite=""> <strong>

 :wink:  :-|  :-x  :twisted:  :)  8-O  :(  :roll:  :-P  :oops:  :-o  :mrgreen:  :lol:  :idea:  :-D  :evil:  :cry:  8)  :arrow:  :-?  :?:  :!:

Note: You may use basic HTML in your comments. Your email address will not be published.

Subscribe to this comment feed via RSS