tar解压bz2包--tar (child): bzip2:无法 exec: 没有那个文件或目录
报错信息如下:
tar (child): bzip2:无法 exec: 没有那个文件或目录
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
原因:缺少bzip2包
yum install -y bzip2
参考博客: