Extract tar.xz file
Dowload file with the tail was ***.tar.xz. 下载了一个tar.xz 结尾的压缩文件。
It just need to xz file to tar format, that treat it as tar file. 其实只需要xz 成tar文件,再像tar一样处理便行。
command like: 命令类似:
$xz -d ***.tar.xz
$tar xvf ***.tar
Dowload file with the tail was ***.tar.xz. 下载了一个tar.xz 结尾的压缩文件。
It just need to xz file to tar format, that treat it as tar file. 其实只需要xz 成tar文件,再像tar一样处理便行。
command like: 命令类似:
$xz -d ***.tar.xz
$tar xvf ***.tar