[Solved] tar (child): bzip2: Cannot exec: No such file or directory tar (child): Error is not recoverable: ex

What should I do if I get an error unpacking?
tar (child): bzip2: 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

The problem is that the corresponding decompression software bzip2 is not installed
yum install bzip2

Decompress again, success!!!

Read More: