Ubuntuアンインストールmatlab



Ubuntu Uninstall Matlab



2.1MATLABインストールパスの表示

root@xxxxx:~$ whereis matlab matlab: /usr/lib/matlab /etc/matlab /usr/share/matlab

2.2MATLABのアンインストール

方法1

# MATLAB file installed in /usr/local/MATLAB/R2014a path root@xxxxx:~$ sudo rm -rf /usr/local/MATLAB/R2014a # Delete the matlab file under each path root@xxxxx:~$ sudo rm -r /usr/lib/matlab /etc/matlab /usr/share/matlab

方法2

root@xxxxx:~$ sudo apt-get remove --purge matlab

2.3構成の残余のクリア

root@xxxxx:~$ sudo apt-get autoremove root@xxxxx:~$ sudo apt-get clean