我正在尝试将 MATLAB R2010b 安装到 Ubuntu 12.04。我有 ISO 文件。首先,我将其复制到我的 PC 上,然后将其解压缩。现在看来我应该运行安装脚本。但我不能那样做。
这是安装脚本的开头,如果它不是脚本并且我做错了什么,可以给你一个意见:
#!/bin/sh
#
# Name:
# install - script file for invoking the Multi-platform installer on Linux.
#
# Usage: install [-h|help]"
# [-javadir <directory>] | [-root <directory>] |"
# [-test] | [-v|-verbose]"
# -h|-help - Display arguments."
# -test - Don't actually run the java
# command (only useful with -v)."
# -v|-verbose - Display settings."
# -javadir <directory> - Override default java root directory."
# -root <directory> - Override default DVD root directory."
#
# The default settings when no override inputs are supplied are: "
# -root = <directory containing this script>/../"
# -javadir = <root>/java/jre/$ARCH/jre'
#
#
# Copyright 2009-2010 The MathWorks, Inc.
Run Code Online (Sandbox Code Playgroud)
我怎样才能运行这个脚本?我尝试将其重命名为 install.sh 然后尝试
$ ./install.sh
Run Code Online (Sandbox Code Playgroud)
从命令窗口,但我收到以下错误:
root@ghostrider:/home/zero/Downloads/R2010b_UNIX# ./install.sh
Preparing installation files ...
Installing ...
./install.sh: line 562: /tmp/mathworks_7799/java/jre/glnx86/jre/bin/java: Permission denied
Finished
Run Code Online (Sandbox Code Playgroud)
难道我做错了什么?请你帮助我好吗?
问候
您需要挂载 ISO,然后根据设置说明进行安装:
| 归档时间: |
|
| 查看次数: |
42854 次 |
| 最近记录: |