首页 > 其他 > 详细

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:04:58      阅读:3141      评论:0      收藏:0      [点我收藏+]

解压一个.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

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!