Matlab installation (sudo ./install) on Ubuntu 22.04 hangs despite using "xhost +SI:localuser:root"
6 次查看(过去 30 天)
显示 更早的评论
unzip matlab_R2022a_glnxa.zip -d matlab generates files and subdirectories in matlab directory
next running: sudo ./install commence the installation, but the installation process stops after having generated a small matlab icon (which seem to show an image of the request to enter my email)
1 个评论
Hans Scharler
2023-1-24
Phil Parisi posted a video about installing MATLAB On Ubuntu: https://www.youtube.com/watch?v=ZNHJkCo5sOc
回答(1 个)
Abhijeet
2023-9-5
Hi,
I understand you are getting blank screen while trying to install MATLAB on ubuntu. You can follow the steps to resolve the issue:
- Move the installer folder to /opt/
- Give root ownership of the installer folder (for example: chown -R root:root matlab_R2023a_glnxa64)
- Run the installer from this folder as root
I hope this helps you.
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!