Under the Linux operating system, download the xx.tar.gz file and execute tar -zxvf xx.tar.gz. The following errors occur during execution:
xxx.tar.gz: EOF tar with exception in archive file: error is not recoverable: exiting now
There are two solutions.
Solution 1: remove the Z in the decompression parameters and execute the command as tar – xvf xx.tar.gz.
The reason for this scheme is that the downloaded file is not “filtered and archived through gzip”, so adding the parameter Z cannot decompress normally but generally, this problem does not occur when downloading from the official website. Be sure to download the full version from the official website.
If the scheme still fails to decompress normally, try the second scheme.
Solution 2: re download
or upload compressed files
this scheme is aimed at downloading compressed files that are not complete
, that is, they are not downloaded normally. You can download it again in another way. For example, after downloading through WGet, the above problems occur during execution. You can try to download it directly on other machines, upload it to the target server, and then execute the above decompression command.
Read More:
- [Solved] Decompression error: tar: Error is not recoverable: exiting now
- How to Solve Unzip Error: tar: Error is not recoverable: exiting now
- [Solved] tar (child): bzip2: Cannot exec: No such file or directory tar (child): Error is not recoverable: ex
- [Solved] Rocketmq error: service not available now, may disk full, CL: 0.95, CQ: 0.95, index: 0.95
- Ubuntu Sshd: no hostkeys available — exiting.
- [Solved] filebeat Startup Error: Exiting: error unpacking config data: more than one namespace configured accessing
- linux C called object ‘maze’ is not a function or function pointer printf(“%d\t“, maze(i, j))
- [Solved] Linux — 9 — txt files are copied from windows to Linux and read error
- [Solved] Linux installation pillow error: ValueError: jpeg is required unless explicitly disabled using –disable-jpeg, aborting
- [Solved] websocket error in Linux service: / lib64 / libc. So. 6: version ` glibc_2.17‘ not found
- [Solved] Linux Error: mipsel-linux-gcc: fatal error: no input files
- How to Solve Linux Error: -bash: unzip: command not found
- Error in Linux running file: bash: $’\r’: command not found
- [Solved] Linux Error: Failed to start bean ‘webServerStartStop‘; nested exception is org.springframework.
- Linux yum Error: All mirror URLs are not using ftp
- Solution to gzip: stdin: invalid compressed data — format violated error in decompressing. Tgz file under Linux
- [Solved] Linux program error: dpkg is interrupted. You must manually run ‘sudo dpkg — configure – a’
- [Solved] Linux error E: dpkg is broken, you must manually run ‘sudo dpkg –configure -a’ to resolve this issue
- [Solved] Win10 and Linux address reading format is different (CV2. Error: opencv (4.2.0)/Io/opencv…)
- Solution of device eth0 does not see to be present, delaying initialization. Error in network card under Linux