How to decompress files ending in tar.xz under Linux

$xz -d ***.tar.xz

$tar -xvf ***.tar

     
You can see that this compressed package is also packaged and then compressed. The outside is the xz compression method, and the inner layer is the tar packaging method.


Supplement: Currently you can directly use tar xvJf ***.tar.xz to decompress

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326414211&siteId=291194637