When I try to install matlab on my CentOS 8 virtual machine, the below messsages show when I try to run it as a user or root user. How do I fix this?
[charl@localhost matlab]$ sudo ./install
No protocol specified
terminate called after throwing an instance of '(anonymous namespace)::DisplayError'
what(): No display available.
Aborted
[charl@localhost matlab]$ ./install
terminate called after throwing an instance of 'std::runtime_error'
what(): Unable to launch the MATLABWindow application
Aborted (core dumped)
0 Comments
Sign in to comment.