ubuntu下解壓tar.gz包的時候,可能會出現如下的錯誤:
gzip: stdin: invalid compressed data--crc error
解決方法:
請安裝gzip包,就可以解決此錯誤~~!
運行如下命令:
sudo apt-get install gzip
