install command on linux doesn't bring up installer
21 次查看(过去 30 天)
显示 更早的评论
When I type in ./install in my Linux shell, it says it's installing and completes in 10 seconds, but doesn't bring up the installation manager.
0 个评论
采纳的回答
Jordan Ross
2017-1-13
Hello Brenda,
As I understand, you are trying to install MATLAB in Linux from the command line and are not getting the installation manager to show up. The most likely reason is that you do not have permissions to one or more of the files in the installation folder. Execute the following before trying launch the installer:
sudo chmod -R 777 matlab_R20XXx_glnxa64
sudo ./install
Additionally, check out this related Answers post with other possible suggestions: http://www.mathworks.com/matlabcentral/answers/229857-why-do-i-see-preparing-installation-files-installing-finished-in-the-terminal-window-wh
4 个评论
dhaval shrishrimal
2022-1-12
this solution seems to be working for me.
xhost command and then sudo ./install works
更多回答(2 个)
Jozsef Vasarhelyi
2022-3-1
I did the following:
ssh -X root@computer_name
Then the install started!
0 个评论
AKSHAY SUNIL
2022-4-9
You can go to the matlab_R2022a_glnxa64 folder or the newly created matlab folder and right click on the install file select properties and select permissions and change it from "read only" to "read and write" .
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!