今天用tar -xzvf php-7.2.3.tar.gz 解压php的tar包时报错

[root@VM_72_37_centos ~]# tar -xzvf php-7.2.3.tar.gz

gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now

解压时试试使用 tar -xvf 参数可能有奇效。

还是不行可能是文件错误,仔细检查文件。

 

相关文章:

  • 2022-12-23
  • 2021-12-22
  • 2021-12-06
  • 2021-12-31
  • 2021-10-17
  • 2021-08-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案