首页 > 系统服务 > 详细

Linux gzip: stdin: not in gzip format

时间:2019-12-01 22:06:18      阅读:93      评论:0      收藏:0      [点我收藏+]

 

 

在解压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

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

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