Centos7 decompress nodejs compressed package

Recently, centos7 installed nodejs, and found that the compressed package was node-v8.11.1-linux-64.tar.xz compressed package after wget command.Using the previous tar -zvxf found that it could not be decompressed.

The solution is as follows:

  1. Implementation:
xz -d node-v8.11.1-linux-64.tar.xz

At this time, a node-v8.11.1-linux-64.tar file will be generated in this directory

  1. Unzip
 tar -xvf node-v8.11.1-linux-64.tar

Perfect decompression, get it done!

Recommended Posts

Centos7 decompress nodejs compressed package
CentOS install nodejs 8
Nodejs install on centos7
Install Node.js on Centos
Centos7 configure nodejs environment
CentOS 7.2 deploy Node.js development environment
Centos 7 install jdk and package service service
rhel7.2 yum uses CentOS update package
centos7 .*tar package to install MySQL5.7