问题:
[email protected]:~# tar -xf node-v8.9.3-linux-x64.tar.xz -C /usr
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
解决:
[email protected]:~# apt-get install -y xz-utils