Friday, May 17, 2024
19
rated 0 times [  19] [ 0]  / answers: 1 / hits: 40309  / 2 Years ago, thu, june 23, 2022, 11:53:14

Recently, I installed MATLAB from the Ubuntu Software and uninstalled afterwards. However, when I do a software update via Software Updater, it shows me the following and disallow me to continue the update process. How can I completely remove the MATLAB software?



enter image description here



I have tried the following command but now workable.
enter image description here



When I execute sudo dpkg --configure -a, the following is shown.
enter image description here


More From » software-center

 Answers
5

There is no uninstaller for MATLAB on UNIX or Linux. To remove MATLAB you simply need to delete the MATLAB installation following the instructions below:




  1. If you are running a license manager for MATLAB, shut down the license manager using the lmdown script located in MATLAB's etc directory. If this folder does not exist, you are not running the FlexNet license manager. For example:



    [root@localhost ~] /usr/local/MATLAB/R2010b/etc/lmdown

  2. You should also remove any license manager files in the /var/tmp directory. These files should begin with lm_TMW, e. g.:



    [root@localhost ~] rm /var/tmp/lm_TMW*

  3. Remove the entire root MATLAB directory using the rm -rf command, e. g.:



    [root@localhost ~] rm -rf /usr/local/MATLAB/R2010b

  4. Remove any symlinks to MATLAB binaries on the path, e. g.:



    [root@localhost ~] rm /usr/local/bin/matlab /usr/local/bin/mcc /usr/local/bin/mex /usr/local/bin/mbuild



Source


[#15343] Friday, June 24, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ousear

Total Points: 395
Total Questions: 114
Total Answers: 89

Location: Jordan
Member since Thu, Aug 5, 2021
3 Years ago
;