码迷,mamicode.com
首页 > 系统相关 > 详细

Linux gzip: stdin: not in gzip format

时间:2019-12-01 21:13:55      阅读:99      评论:0      收藏:0      [点我收藏+]

标签:支持   error   文件的   技术   orm   color   erro   格式   turn   

 

 

在解压tar.gz文件的时候报错

tar -zxvf otp_src_18.3.tar.gz

gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now

技术图片

 

 

可能是文件不支持 gzip格式,所以去掉z就可以了

tar -xvf otp_src_18.3.tar.gz

 

Linux gzip: stdin: not in gzip format

标签:支持   error   文件的   技术   orm   color   erro   格式   turn   

原文地址:https://www.cnblogs.com/arebirth/p/linuxtarxvfnotingzipf.html

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