直接使用tar -xvjf ****.tar.xznode
$tar xvjf node-v6.9.2-linux-x64.tar.xzlinux
或者tar
解压xz包
$xz -d ***.tar.xz
解压tar包
$tar -xvf ***.tar