我在 Ubuntu 上尝试卸载 Matlab 时遇到以下错误:
fayo@fayo-pc:~$ sudo dpkg --configure -a ; sudo apt-get purge -y
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
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 353 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)
我究竟做错了什么?
答案1
忘记命令sudo dpkg --configure -a
,您没有安装 mathlab。
仅使用命令
sudo apt-get purge matlab-support
删除该包。