MATLAB: Installer not appearing on Ubuntu 17.10

installationUbuntu

I downloaded R2017b for Linux and unzipped the files. However, when I ran the command sudo ./install from the terminal, I didn't get any pop-ups or dialog boxes going through the installation process. Any suggestions would be helpful.

Best Answer

Let's try without sudo, just
./install
It solved in my case.
Related Question