In order to install MATLAB 2021b, run the following commands:
$ sudo unzip -X -K matlab_R2021b_glnxa64.zip
$ xhost +SI:localuser:root
$ sudo ./install
(adapted from: https://www.mathworks.com/matlabcentral/answers/1459909-installer-hang-when-installing-matlab-r2021b-as-root-on-ubuntu-20-04/)
Finally run:
$ sudo apt install matlab-support
No comments:
Post a Comment