1、安装xz命令
# yum install epel-release -y
# yum install xz -y
2、将xz文件解压为tar文件
# xz -d test.tar.xz
3、将tar文件解压
# tar xf test.tar
原文地址:https://www.cnblogs.com/arebirth/p/linuxinstallxz.html
时间: 2024-10-12 14:20:26
# yum install epel-release -y
# yum install xz -y
# xz -d test.tar.xz
# tar xf test.tar
原文地址:https://www.cnblogs.com/arebirth/p/linuxinstallxz.html