报错信息如下:
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
参考博客:
原文:https://www.cnblogs.com/cuianbing/p/13578653.html