最近我在 Ubuntu 14.04 中尝试安装基于 Linux 的软件 Quantum Espresso 5.2.0 时遇到了一个问题。源是一个压缩的 tar.gz 文件。我输入以下命令来提取其中包含的文件:
tar - zxvf espresso-5.2.0.tar.gz
但终端显示以下消息:
tar: You must specify one of the '-Acdtrux', '--delete' or '--test-label' options
Try 'tar --help' or 'tar --usage' for more information.
我按照建议做了,但还是没能解决问题。有人能帮我解决吗?