Linux解压tar.xz文件

解决方法:

首先打包成tar文件

xz -d  demo.tar.xz

接着用

tar -xvf  demo.tar

进行解压。

posted @ 2022-06-07 11:03  白菜没我白  阅读(150)  评论(0)    收藏  举报