Matlab installation (sudo ./install) on Ubuntu 22.04 hangs despite using "xhost +SI:localuser:root"

7 ビュー (過去 30 日間)
Axel Larsen
Axel Larsen 2022 年 8 月 10 日
回答済み: Abhijeet 2023 年 9 月 5 日
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 件)

Abhijeet
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:
  1. Move the installer folder to /opt/
  2. Give root ownership of the installer folder (for example: chown -R root:root matlab_R2023a_glnxa64)
  3. Run the installer from this folder as root
I hope this helps you.

カテゴリ

Help Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by