1、安装xz命令

2、将xz文件解压为tar文件

xz -d example.tar.xz

3、将tar文件解压

tar xf example.tar

如果无法安装xz命令,先安装epel源。

yum install epel-release -y

相关文章:

  • 2022-12-23
  • 2021-07-19
  • 2022-12-23
  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
  • 2021-09-06
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-01-01
  • 2021-11-30
  • 2022-01-24
  • 2022-12-23
相关资源
相似解决方案