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