0

How can I uninstall matlab from Ubuntu 14.04? Its not a licensed one I guess.

When I run: sudo apt-get purge matlab-support, it shows: Matlab not installed

Also tried sudo apt-get purge matlab

Can anyone please help me?

d a i s y
  • 5,511

1 Answers1

0

Try this :)

cd to etc directory

sudo ./lmdown or sudo bash lmdown

cd back to root

sudo rm /var/tmp/lm_TMW*
rm /usr/local/bin/matlab /usr/local/bin/mcc /usr/local/bin/mex /usr/local/bin/mbuild /usr/local/bin/matlab /usr/local/bin/mex
sudo apt-get purge matlab-support 

or

sudo apt-get purge --auto-remove matlab-support

restart

let me know if this works

David Foerster
  • 36,264
  • 56
  • 94
  • 147
MeganFoxz
  • 136