How do I uninstall MATLAB or other MathWorks products on a Linux machine?

1 440 vues (au cours des 30 derniers jours)
I would like to uninstall MATLAB or other MathWorks Products on or Linux machine.

Réponse acceptée

MathWorks Support Team
MathWorks Support Team le 19 Jan 2021
Modifié(e) : MathWorks Support Team le 13 Avr 2021
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

Plus de réponses (0)

Catégories

En savoir plus sur Introduction to Installation and Licensing dans Help Center et File Exchange

Tags

Aucun tag saisi pour le moment.

Produits

Community Treasure Hunt

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

Start Hunting!

Translated by