今天用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 參數可能有奇效。
還是不行可能是文件錯誤,仔細檢查文件。
今天用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 參數可能有奇效。
還是不行可能是文件錯誤,仔細檢查文件。
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。