Installation error on Garuda Linux (Arch)
조회 수: 8 (최근 30일)
이전 댓글 표시
Hi, when executing the installation file i get the next error
xhost +SI:localuser:root
sudo -H ./install
xhost -SI:localuser:root
localuser:root being added to access control list
terminate called after throwing an instance of 'std::runtime_error'
what(): Failed to launch web window with error: Unable to launch the MATLABWindow application. The exit code was:
1
localuser:root being removed from access control list
fish: Job 1, 'sudo -H ./install' terminated by signal SIGABRT (Abort)
댓글 수: 0
답변 (1개)
Shivam
2024년 9월 3일
편집: Shivam
2024년 9월 3일
Hi Edgar,
From the error provided, I get that you are unable to launch MATLAB while installing a file in Garuda Linux using command "sudo -H ./install".
You can try running the following command in the terminal and see if you are missing 'libselinux.so.1'. If that is the case, grab it from the AUR and then see if the issue is resolved.
>> /bin/glnxa64/MATLABWindow
You can also visit the following MATLAB answer to get more information: https://www.mathworks.com/matlabcentral/answers/513449-what-unable-to-launch-the-matlabwindow-application-during-installation
Let me know any further issue.
Regards,
Shivam
댓글 수: 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!