Tar: error is not recoverable: exiting now
[ root@node04 soft]# tar -zxvf apache-tomcat-8.0.53-x64.tar.gz
Error message:
gzip: stdin has more than one entry–rest ignored tar: Child returned status 2 tar: Error is not recoverable: exiting now
Solution 1: remove the Z parameter and use tar – xvf to decompress
Find or report an error.
Solution 2: use the unzip command.
Problem solving.
If you cannot use the unzip command, first follow:
yum install -y unzip zip