Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 45027  / 2 Years ago, tue, february 1, 2022, 6:44:18

I am trying to install MATLAB R2010b to Ubuntu 12.04. I have the ISO file. First I copied it to my PC and then extracted it. Now it seems like I should run the install script. But I could not do that.



Here is the beginning of the install script to give you an opinion if it is not a script and I am doing something wrong:



#!/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.


How can I run this script? I tried to rename it as install.sh and then tried



 $ ./install.sh


from the command window but I got the following error:



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


Am I doing something wrong? Could you please help me?



Regards


More From » iso

 Answers
7

You need to mount an ISO and then install it according to the set up instructions:




[#35290] Wednesday, February 2, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
teromato

Total Points: 139
Total Questions: 102
Total Answers: 100

Location: Liechtenstein
Member since Mon, May 15, 2023
1 Year ago
;