tar (child): lbzip2: Cannot exec: No such file or
时间:
2015-03-31 13:06:43
阅读:
365
评论:
收藏:
0
[点我收藏+]
今天用tar解压缩失败了,信息如下:
tar (child): lbzip2: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
解决方法: 安装bzip2
例如: yum install bzip2
tar (child): lbzip2: Cannot exec: No such file or
原文:http://my.oschina.net/zhangxu0512/blog/393972