Si al intentar descompactar un fichero .tar.bz2 obtienes los siguientes mensajes de error:
tar (child): bzip2: Cannot exec: No such file or directory tar (child): Error is not recoverable: exiting now tar: Child returned status 2
debe resolverlo instalando el paquete bzip2
# apt-get -y install bzip2
Lecturas recomendadas
– man tar