我正在尝试提取从https://www.apache.org/dyn/closer.lua/lucene/solr/7.7.2/solr-7.7.2.tgz下载的 solr 服务器
但是在 ubuntu 服务器上出现错误。gzip: stdin: not in gzip format
我可以确认我使用 winrar 在 Windows 10 上毫无问题地提取了此文件。可能是什么问题呢
root@ubuntulondon:~# tar -xvf solr-7.7.2.tgz
gzip: stdin: not in gzip format
tar: Child returned status 1
tar: Error is not recoverable: exiting now
root@ubuntulondon:~#