tar jxvf XX.tar.bz2

如果tar不支持j选项,就用下面方式解压

bzip2 -d  XX.tar.bz2

tar -xvf  XX.tar.bz2