Linux: tar Unpack .tar.bz2 File Error tar: Child returned status 2 tar: Error is not recoverable: exiting now

tar -jxvf xxxx.tar.bz2
as 下reward:
tar (child): bzip2: invalid exec: no file or catalog
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

Cause:bzip is not installed

yum -y install bzip2

Read More: