码迷,mamicode.com
首页 > 其他好文 > 详细

tar: This does not look like a tar archive tar: Skipping to next header tar: Exiting with failure status due to previous errors

时间:2017-09-23 20:22:33      阅读:851      评论:0      收藏:0      [点我收藏+]

标签:nbsp   source   tar.gz   stat   this   arp   ast   previous   erro   

解压一个.tar.zip文件时报错

tar -zxvf bcl2fastq2-v2-20-0-linux-x86-64.zip

 

tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors

解决办法:

unzip bcl2fastq2-v2-20-0-tar.zip

生成

bcl2fastq2-v2.20.0.422-Source.tar.gz

再用

tar -zxvf bcl2fastq2-v2.20.0.422-Source.tar.gz

 

tar: This does not look like a tar archive tar: Skipping to next header tar: Exiting with failure status due to previous errors

标签:nbsp   source   tar.gz   stat   this   arp   ast   previous   erro   

原文地址:http://www.cnblogs.com/zhengzh/p/7582088.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!