xz Cannot exec: No such file or directory

问题清单:

tar (child): xz: Cannot exec: No such file or directory
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now

 

解决方法:

# apt install xz-utils
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following NEW packages will be installed:
  xz-utils

 

你可能感兴趣的:(linux)