gzip: stdin: not in gzip format
[b]现象:[/b]CentOS下tar xvfz prometheus-2.16.0.linux-amd64.tar.gz解压缩tar.gz文件,提示:
[quote]gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now[/quote]
[b]原因:[/b]
1、下载文件不全。
2、压缩包未使命gzip压缩,不能使用z指令;或压缩文件被人为改过名称。
[b]解决:[/b]
1、重新下载。
2、文件扩展名去掉.gz后使用xvf解压,如:
tar -xvf prometheus-2.16.0.linux-amd64.tar.gz
页:
[1]