Linux下解压文件遇到错误
[root@localhost opensource]# tar zxvf freetype-2.1.10.tar.bz2
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
在虚拟机下使用tar命令解压文件遇到这种错误,不知道是什么原因?
[解决办法]
可能是格式不对,实时tar jxvf
发布时间: 2012-07-30 16:19:05 作者: rapoo
Linux下解压文件遇到错误
[root@localhost opensource]# tar zxvf freetype-2.1.10.tar.bz2
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error exit delayed from previous errors
在虚拟机下使用tar命令解压文件遇到这种错误,不知道是什么原因?
[解决办法]
可能是格式不对,实时tar jxvf