标签:not linux 问题 bsp image ima 压缩包 inux jdk
tar解压提示 gzip: stdin: not in gzip format
原因:
1、下载的压缩包可能有问题,确保下载的压缩包是正常的,应该就不会出现这个情况
2、 压缩包没有用gzip格式压缩,去掉 -zxvf 里面的 z 即:tar -xvf jdk-8u171-linux-x64.tar.gz 即可
tar解压提示 gzip: stdin: not in gzip format
标签:not linux 问题 bsp image ima 压缩包 inux jdk
原文地址:https://www.cnblogs.com/peachh/p/13187766.html