How do I uninstall MATLAB or other MathWorks products on a Linux machine?
조회 수: 978 (최근 30일)
이전 댓글 표시
MathWorks Support Team
2011년 9월 15일
편집: MathWorks Support Team
2021년 4월 13일
I would like to uninstall MATLAB or other MathWorks Products on or Linux machine.
채택된 답변
MathWorks Support Team
2021년 1월 19일
편집: MathWorks Support Team
2021년 4월 13일
There is no uninstaller for MathWorks products on Linux. To remove MATLAB, you simply need to delete the MATLAB installation following the instructions below:
1. Remove the entire root directory using the 'rm -rf' command, ex:
[root@localhost ~] rm -rf /usr/local/MATLAB/R2010b
2. Remove any symlinks to binaries on the path, ex:
[root@localhost ~] rm /usr/local/bin/matlab /usr/local/bin/mcc /usr/local/bin/mex /usr/local/bin/mbuild
댓글 수: 0
추가 답변 (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!