I have installed clean Ubuntu MATE 20.04 LTS and installed Scilab from repository here with
sudo apt-get update
sudo apt-get install scilab
After installation I tried to launch it from GUI (Applications → Other → Scilab) - it does not start.
Then I tried to launch it from terminal with scilab
command. Terminal output is as follows:
$ scilab
...
Scilab cannot create Scilab Java Main-Class (we have not been able to find the main Scilab class. Check if the Scilab and thirdparty packages are available).
so it can't find Java again. I reported bug 1870813 about this problem. But as usual there is no reaction from package maintainers.
What should I do to get Scilab 6.1.0 working on Ubuntu 20.04 LTS?
Scilab package for Ubuntu 20.04 seems to be broken, but you can always directly run it from the source.
Note: If you get following error:
run this command, taken from here
It is known that Scilab is working normally in the Ubuntu 20.10, so one can download packages from it and install into the 20.04 LTS system:
But anyway it is strange method, and the Scilab packages should be fixed on the repository level by its maintainers.