您的位置:首页 > 运维架构 > Linux

linux下面tar解压文件提示gzip: stdin: not in gzip format处理

2016-11-13 14:13 666 查看
tar zxvf pcre-8.34.tar.bz2出错,提示

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
更换zxvf,直接tar -xf 就可以了
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐