安装 QtOctave 时出现问题

安装 QtOctave 时出现问题

首先,我安装了 MATLAB,但出现以下问题:

No MATLAB executables were found in the directories you specified.
This package requires at least one local installation of MATLAB.

我无法知道 MATLAB 可执行文件到底是什么。
其次,我安装了 QtOctave 作为 MATLAB 的替代品,但再次出现了上述错误。

我也尝试了该站点上的一些答案,但无法安装它。

答案1

首先尝试修复损坏的 MATLAB 安装:

sudo rm /var/cache/debconf/*.dat 
sudo dpkg-reconfigure -phigh -a

或者,您可以删除 matlab-support,因为您现在想要安装 qtoctave:

sudo apt-get --purge remove matlab-support

最后重新运行 qtoctave 安装:

sudo apt-get install qtoctave

相关内容