centos 以 tar.bz2 压缩时遇见一下问题
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
成功解决
centos 以 tar.bz2 压缩时遇见一下问题
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
运行命令
成功解决