possible problem with matlab installer for linux (2018b)
古いコメントを表示
Hi, I'm trying to install matlab 2018b on ubuntu gnome 16.04, it seems quite strainght-forward, but I've run into a problem and it seems to be with the installer.
I've downloaded the .zip file, extracted, opened a terminal and used the command:
sudo ./install
Very straight-vorward, and just like every tutorial instructs. But I got this error:
/home/danielvieira/Downloads/matlab_R2018b_glnxa64/bin/unknown/install_unix: not found
I thought it was strange and checked this file, the folder "unknown" doesn't exist, but the folder "glnxa64" does, and it does contain the file "install_unix". So I tried renaming the folder, and I got similar errors in the java folder. After renaming this one too, the sudo ./install ran, but did nothing, it didn't open the installer GUI as it should.
I deleted and downloaded everything again, and ran into the same errors.
Am I doing something wrong? It seems to me the installer is looking for the wrong folder, if that's so then it's a bug, right? Any other thing I should try?
6 件のコメント
almightybofo
2018 年 10 月 2 日
Hi there! I installed 2018b on a 16.04 Ubuntu machine today, running into what you describe. I had three separate zip files and extracted each of them. What you have to do then is to copy all folders and files of the two folders that DO NOT contain the installer into the one folder that DOES contain it. That is, merge the folders.
Doing that you will end up with all files and folders within in the one folder that holds the installer, and now you should be able to execute it successfully. You should / have to use root privileges (sudo ./install, as you wrote; check the install doc for further notes on this, if necessary).
Hope this helps, best regards!
Daniel Vieira
2018 年 10 月 2 日
Daniel Vieira
2018 年 10 月 4 日
編集済み: Walter Roberson
2018 年 10 月 4 日
almightybofo
2018 年 10 月 5 日
Oh, Ok. I got 3 separate zip files (2 common files, one with files specific for Linux OS). The files were provided via my institution, it may be packaged differently in your case?
Daniel Vieira
2018 年 10 月 5 日
AASHANA TRIPATHI
2019 年 1 月 11 日
Mine is 64 bit still not working
回答 (0 件)
カテゴリ
ヘルプ センター および 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!