Problem with installing Matlab R2017b on Ubuntu
古いコメントを表示
I have a fresh ubuntu-gnome and I tried to install Matlab R2017b downloaded today (23/11/2017) from the official website. When I run the command
sudo ./install
the installer window doesn't start and I get only the following message
Preparing installation files ...
Installing ...
Finished
If I run
./install
without sudo the installer window starts but (of course) I can't write on /usr/local.
Can you help me with this?
3 件のコメント
Chaitanya Joshi
2018 年 1 月 8 日
Alessandro Budroni
2018 年 1 月 8 日
Bonnie Lucas
2020 年 3 月 6 日
Thank you so much - I spent the morning banging my head against the wall
回答 (1 件)
Tanmoy Dasgupta
2018 年 3 月 1 日
You probably are running a Wayland session. You can verify this by typing the following in your terminal.
echo $XDG_SESSION_TYPE
Matlab doesn't work in Wayland. You should login into Ubuntu with an X11 session. Matlab installer should work just fine.
カテゴリ
ヘルプ センター および 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!