We all know that the tar command under Linux system can be used to decompress files. When using tar command to extract tar.gz file, it prompts gzip:stdin:not in gzip format error. How to solve this situation? What? Follow Xiaobian to understand the solution to the tar.gz file decompression error.
error
[Sun @ localhost Downloads] when extracting tar.gz file $ tar -zxvf clion-141.351.4.tar.gz
gzip : stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
The reason is that this tarball is not compressed in gzip format , so don't add z command
[Sun@localhost Downloads]$ tar -xvf clion-141.351.4.tar.gz
This will be fine
Solution 2 :
1: Rename the downloaded file: mv apache-tomcat-6.0.26.tar.gz apache-tomcat-6.0.26.tar
2: Execute the decompression command : tar -zxvf apache-tomcat-6.0.26.tar
The above is the solution to the Linux decompression tar.gz file error, as long as you know the cause of the tar.gz file error, you can quickly solve the problem. This article provides two methods for you to choose from.
As a Linux system monitoring tool, Collectl is a recommended software. Collectl can
There are many ways to produce a MAC address under Linux. In addition to the common shell generation
The inode in the Linux file system is mainly used to store the basic information of files and direct
As an operating user of Ubuntu system, the Linux kernel cant be used when it is jus
What should I do if the partition reads and writes error after Debian mounts the mobile hard disk?
CentOS 6.5 install wireless network card driver tutorial
How to find the reset user name and password in the Uuntu system
How Linux uses the shell to identify system bits
Linux rename command file renaming usage summary
How does the Linux system simulate the get or post request of Http?
Common usage summary of free commands under Linux
Linux when installing PyCharm prompts can not start PyCharm error how to do?
Solution for Lantern tool cannot be started under Linux system
How to manage modules in the Linux kernel?
Win10 system comes with teaching videos to better learn the system
Win2008 orchestration and management of VDI deployment methods
Will Window 10 Phone support Bluetooth keyboard?
What if Win10 can't set up a router?
Using Notepad to solve the problem that Win10 office can't open
The computer realizes the shared Internet access method under Windows XP system
Use the Guest account in the system to improve the efficiency of intranet control
What should I do if the Win10 Firefox flash plugin crashes?
What should I do if Win10 reports "0xc000007b" when starting CorelDraw X6?