Error, který to vypisovalo:
tar (child): cannot run bzip2: Adresář nebo soubor neexistuje
tar (child): trying lbzip2 tar (child): lbzip2: Funkce exec selhala: Adresář nebo soubor neexistuje tar (child): Error is not recoverable: exiting now tar: Child returned status 2 tar: Error is not recoverable: exiting now
řešení v rychlosti:
yum -y install bzip2
rozbalení souboru pomocí:
tar jxf soubor.tar.bz2
Enjoy