小编Put*_*kha的帖子

如何运行 csh 脚本来安装 f2c?

我需要在 Linux 中安装 f2c。鉴于步骤;

  1. 下载安装脚本:下载install_f2c_linux.csh

  2. 运行安装脚本

    # 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)

如何解决问题?

command-line scripts software-installation csh

5
推荐指数
1
解决办法
1166
查看次数