Inv*_*ush 6 matlab software-uninstall 14.04
我无法从我的 Ubuntu 14.04 中卸载 matlab。当我运行时,sudo apt-get purge matlab
它会显示 matlab 配置页面,但是当我取消安装过程时,它会显示:
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package 'matlab' is not installed, so not removed
0 upgraded, 0 newly installed, 0 to remove and 148 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Setting up matlab-support (0.0.19) ...
No default Matlab path found. Exiting.
dpkg: error processing package matlab-support (--configure):
subprocess installed post-installation script returned error exit status 1
Errors were encountered while processing:
matlab-support
E: Sub-process /usr/bin/dpkg returned an error code (1)
Run Code Online (Sandbox Code Playgroud)
如何卸载matlab?
您只需要删除安装了 matlab 的文件夹。就是这样。
但是,如果您有许可证管理器,则首先需要将其关闭并删除其文件。我不需要这样做,但你去吧:
要关闭它:文件lmdown
夹中的 matlab 文件夹中应该有一个文件etc
。运行。
删除它的文件:运行 sudo rm /var/tmp/lm_TMW*
此外,您可能希望删除指向 matlab 二进制文件的符号链接。跑:
rm /usr/local/bin/matlab /usr/local/bin/mcc /usr/local/bin/mex /usr/local/bin/mbuild
Run Code Online (Sandbox Code Playgroud)
...也不要忘记删除matlab-support
. 跑:
sudo apt-get purge matlab-support
Run Code Online (Sandbox Code Playgroud)
小智 1
sudo apt-get purge matlab-support
在终端中运行以将其删除。
归档时间: |
|
查看次数: |
18799 次 |
最近记录: |