→ 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-utils

centos系统

sudo yum install xz