If when you try to unpack a file .tar.bz2, you get the following error messages:
tar (child): bzip2: Cannot exec: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2
You must solve it by installing the bzip2 package
# apt-get -y install bzip2
Further reading
– man tar