问题遇到的现象和发生背景
关于ubuntu系统的软件安装和卸载问题
我之前在图形界面的应用商店下载了个matlab,结果安装失败了,现在每次用这个指令
sudo apt install
安装其他软件时(这里以安装g++为例)总是弹出这个界面:
我按ok会提示我没有安装matlab,找不到matlab程序:
我按cancel会返回原来的终端,并提示我(下面是完整的机器翻译):
sudo apt安装g++
正在读取包列表。。。
正在生成依赖项树。。。
正在读取状态信息。。。
g++已经是最新版本(4:11.2.0-1ubuntu1)。
0已升级,0新安装,0要删除,147未升级。
1未完全安装或拆除。
此操作后,将使用0 B的额外磁盘空间。
是否要继续?[是/否]是
正在设置matlab支持(0.0.23)。。。
未找到默认Matlab路径。正在退出。
dpkg:错误处理包matlab支持(--configure):
已安装的matlab支持包安装后脚本子进程返回错误退出状态1.
处理时遇到错误:matlab支持
E: 子进程/usr/bin/dpkg返回错误代码(1)
没翻译的:
sudo apt install g++
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
g++ is already the newest version (4:11.2.0-1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 147 not upgraded.
1 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
Do you want to continue? [Y/n] Y
Setting up matlab-support (0.0.23) ...
No default Matlab path found. Exiting.
dpkg: error processing package matlab-support (--configure):
installed matlab-support package post-installation script subprocess returned error exit status
1
Errors were encountered while processing:
matlab-support
E: Sub-process /usr/bin/dpkg returned an error code (1)
我在想能不能把这个matlab的东西删掉解决问题。
请问能帮帮我解决下嘛?我感激不尽!