hermes agent安装报错xz
→ Extracting to ~/.hermes/node/...
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是因为没有安装xz,执行以下命令安装
debian/ubuntu系统
sudo apt install xz-utilscentos系统
sudo yum install xz评论
其他文章