我需要在 Linux 中安装 f2c。鉴于步骤;
下载安装脚本:下载install_f2c_linux.csh
。
运行安装脚本
# chmod +x install_f2c_linux.csh
# ./install_f2c_linux.csh
Run Code Online (Sandbox Code Playgroud)我在根目录和用户目录中运行第二步。但是,它说
curl: Command not found.
tar: f2c.tar: Cannot open: No such file or directory
tar: Error is not recoverable: exiting now
gunzip: No match.
f2c: No such file or directory.
Run Code Online (Sandbox Code Playgroud)
如何解决问题?