How to get Scilab 6.0.1 working on Ubuntu 18.04 LTS? Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)I can't run Scilab Ubuntu 18.04Unable to open Scilab ConsoleI've linked scilab to gnome application menu (by creating a *.desktop file) but it's closed immediately when I run it from menuHow to make pdfsam work in (L)ubuntu 18.04?Scilab 5.5.2 on Ubuntu 18.04How to get Scilab 6.0.1 working on Ubuntu 18.10?Troubleshoot sun-java6-jdk installationMy Java install is brokenFirst time using Java Web Start in Ubuntu - Fatal Launch ExceptionUbuntu 13.10: Upgrade interrupted because of openjdk-7Switching to Java 7Unable to install jdk 6 after uninstalling jdk 7openjdk-7-jre installed, but no binarieshow to activate Java 8u51 plugin on Firefox?Netbeans cannot find javaHow to get Scilab 6.0.1 working on Ubuntu 18.10?
How to call a function with default parameter through a pointer to function that is the return of another function?
In predicate logic, does existential quantification (∃) include universal quantification (∀), i.e. can 'some' imply 'all'?
Output the ŋarâþ crîþ alphabet song without using (m)any letters
Echoing a tail command produces unexpected output?
How to answer "Have you ever been terminated?"
2001: A Space Odyssey's use of the song "Daisy Bell" (Bicycle Built for Two); life imitates art or vice-versa?
Storing hydrofluoric acid before the invention of plastics
Is it ethical to give a final exam after the professor has quit before teaching the remaining chapters of the course?
What's the purpose of writing one's academic biography in the third person?
How does the particle を relate to the verb 行く in the structure「A を + B に行く」?
Book where humans were engineered with genes from animal species to survive hostile planets
What's inside the kernel part of virtual memory of 64 bit linux processes?
Is there a (better) way to access $wpdb results?
At the end of Thor: Ragnarok why don't the Asgardians turn and head for the Bifrost as per their original plan?
What causes the vertical darker bands in my photo?
The logistics of corpse disposal
Is pollution the main cause of Notre Dame Cathedral's deterioration?
Align equal signs while including text over equalities
How to find out what spells would be useless to a blind NPC spellcaster?
How to run gsettings for another user Ubuntu 18.04.2 LTS
Apollo command module space walk?
Are two submodules (where one is contained in the other) isomorphic if their quotientmodules are isomorphic?
How to react to hostile behavior from a senior developer?
Why is "Consequences inflicted." not a sentence?
How to get Scilab 6.0.1 working on Ubuntu 18.04 LTS?
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)I can't run Scilab Ubuntu 18.04Unable to open Scilab ConsoleI've linked scilab to gnome application menu (by creating a *.desktop file) but it's closed immediately when I run it from menuHow to make pdfsam work in (L)ubuntu 18.04?Scilab 5.5.2 on Ubuntu 18.04How to get Scilab 6.0.1 working on Ubuntu 18.10?Troubleshoot sun-java6-jdk installationMy Java install is brokenFirst time using Java Web Start in Ubuntu - Fatal Launch ExceptionUbuntu 13.10: Upgrade interrupted because of openjdk-7Switching to Java 7Unable to install jdk 6 after uninstalling jdk 7openjdk-7-jre installed, but no binarieshow to activate Java 8u51 plugin on Firefox?Netbeans cannot find javaHow to get Scilab 6.0.1 working on Ubuntu 18.10?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have installed clean Ubuntu MATE 18.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
/usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory
so it can't find Java. I reported bug 1762999 about this problem.
I checked existence of libjava.so:
$ dpkg -S libjava.so
openjdk-11-jre-headless:amd64: /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so
so it is in place.
What should I do to get Scilab 6.0.1 working on Ubuntu 18.04 LTS?
apt package-management java openjdk scilab
add a comment |
I have installed clean Ubuntu MATE 18.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
/usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory
so it can't find Java. I reported bug 1762999 about this problem.
I checked existence of libjava.so:
$ dpkg -S libjava.so
openjdk-11-jre-headless:amd64: /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so
so it is in place.
What should I do to get Scilab 6.0.1 working on Ubuntu 18.04 LTS?
apt package-management java openjdk scilab
add a comment |
I have installed clean Ubuntu MATE 18.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
/usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory
so it can't find Java. I reported bug 1762999 about this problem.
I checked existence of libjava.so:
$ dpkg -S libjava.so
openjdk-11-jre-headless:amd64: /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so
so it is in place.
What should I do to get Scilab 6.0.1 working on Ubuntu 18.04 LTS?
apt package-management java openjdk scilab
I have installed clean Ubuntu MATE 18.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
/usr/bin/scilab-bin: error while loading shared libraries: libjava.so: cannot open shared object file: No such file or directory
so it can't find Java. I reported bug 1762999 about this problem.
I checked existence of libjava.so:
$ dpkg -S libjava.so
openjdk-11-jre-headless:amd64: /usr/lib/jvm/java-11-openjdk-amd64/lib/libjava.so
so it is in place.
What should I do to get Scilab 6.0.1 working on Ubuntu 18.04 LTS?
apt package-management java openjdk scilab
apt package-management java openjdk scilab
edited Oct 19 '18 at 12:36
N0rbert
asked Apr 28 '18 at 10:50
N0rbertN0rbert
25.5k854122
25.5k854122
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
* Repository-based method (ATOMS will not work)
Update 2019-04-14. Nowadays Scilab is ported to OpenJDK 11.
Then we have to install Scilab with (if not installed before):
sudo apt-get install scilab
So we can use latest scilab package 6.0.1-7ubuntu1~18.04 as usual from GUI, but scilab-cli and scilab-adv-cli are now broken (it is new bug 1825037).
Note 1: Scilab color theme is incompatible with dark Gtk themes, so user should set light one (this is bug 1547561) such as Radiance or Radiant-MATE.
Note 2: Scilab ATOMS system is broken too (see bug 1765503) because of problems with HDF5.
* Binary download method (fully-functional)
So if you need fully-functional Scilab you should remove deb-packaged version with
sudo apt-get purge scilab
sudo apt-get autoremove
and use binary archive 6.0.2 from official site and run the commands below (download, extract, add to PATH, set shotcuts and MIME-association):
mkdir ~/Software
cd ~/Software
wget https://www.scilab.org/download/6.0.2/scilab-6.0.2.bin.linux-x86_64.tar.gz
tar -xzf scilab-6.0.2.bin.linux-x86_64.tar.gz
cd scilab-6.0.2
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.profile
mkdir -p ~/.local/share/applications
cp -a ~/Software/scilab-6.0.2/share/icons,applications,mime ~/.local/share/
update-mime-database ~/.local/share/mime/
The ATOMS and other components will work as expected. Do not forget to install build-essential package to run Xcos Modelica simulations.
If you want to get Scilab 5.5.2 working on Ubuntu 18.04.1 LTS see other answer.
Binary method is also applicable for Ubuntu 18.10, as ATOMS is still broken here.
add a comment |
I followed these steps to run scilab on (x)ubuntu 18.04 (Bionic Beaver):
Install openjdk8 via:
sudo apt-get install openjdk-8-jre openjdk-8-jre-headless
sudo update-java-alternatives -s java-1.8.0-openjdk-$(dpkg --print-architecture)Enter this command via terminal to open SciLab-GUI:
scilab- Hit ENTER (after
jlatexmathwarning)
it's (the GUI and all of it's features) running without any problems including XCos (very good Simulink alternative).
By pressing enter I just skipped the warning
Could not find Java package '/usr/share/java/jlatexmath-fop-1.0.6.jar
If you don't need it, just don't install it.
1
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
3 hours ago
add a comment |
protected by N0rbert Feb 14 at 20:46
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
* Repository-based method (ATOMS will not work)
Update 2019-04-14. Nowadays Scilab is ported to OpenJDK 11.
Then we have to install Scilab with (if not installed before):
sudo apt-get install scilab
So we can use latest scilab package 6.0.1-7ubuntu1~18.04 as usual from GUI, but scilab-cli and scilab-adv-cli are now broken (it is new bug 1825037).
Note 1: Scilab color theme is incompatible with dark Gtk themes, so user should set light one (this is bug 1547561) such as Radiance or Radiant-MATE.
Note 2: Scilab ATOMS system is broken too (see bug 1765503) because of problems with HDF5.
* Binary download method (fully-functional)
So if you need fully-functional Scilab you should remove deb-packaged version with
sudo apt-get purge scilab
sudo apt-get autoremove
and use binary archive 6.0.2 from official site and run the commands below (download, extract, add to PATH, set shotcuts and MIME-association):
mkdir ~/Software
cd ~/Software
wget https://www.scilab.org/download/6.0.2/scilab-6.0.2.bin.linux-x86_64.tar.gz
tar -xzf scilab-6.0.2.bin.linux-x86_64.tar.gz
cd scilab-6.0.2
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.profile
mkdir -p ~/.local/share/applications
cp -a ~/Software/scilab-6.0.2/share/icons,applications,mime ~/.local/share/
update-mime-database ~/.local/share/mime/
The ATOMS and other components will work as expected. Do not forget to install build-essential package to run Xcos Modelica simulations.
If you want to get Scilab 5.5.2 working on Ubuntu 18.04.1 LTS see other answer.
Binary method is also applicable for Ubuntu 18.10, as ATOMS is still broken here.
add a comment |
* Repository-based method (ATOMS will not work)
Update 2019-04-14. Nowadays Scilab is ported to OpenJDK 11.
Then we have to install Scilab with (if not installed before):
sudo apt-get install scilab
So we can use latest scilab package 6.0.1-7ubuntu1~18.04 as usual from GUI, but scilab-cli and scilab-adv-cli are now broken (it is new bug 1825037).
Note 1: Scilab color theme is incompatible with dark Gtk themes, so user should set light one (this is bug 1547561) such as Radiance or Radiant-MATE.
Note 2: Scilab ATOMS system is broken too (see bug 1765503) because of problems with HDF5.
* Binary download method (fully-functional)
So if you need fully-functional Scilab you should remove deb-packaged version with
sudo apt-get purge scilab
sudo apt-get autoremove
and use binary archive 6.0.2 from official site and run the commands below (download, extract, add to PATH, set shotcuts and MIME-association):
mkdir ~/Software
cd ~/Software
wget https://www.scilab.org/download/6.0.2/scilab-6.0.2.bin.linux-x86_64.tar.gz
tar -xzf scilab-6.0.2.bin.linux-x86_64.tar.gz
cd scilab-6.0.2
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.profile
mkdir -p ~/.local/share/applications
cp -a ~/Software/scilab-6.0.2/share/icons,applications,mime ~/.local/share/
update-mime-database ~/.local/share/mime/
The ATOMS and other components will work as expected. Do not forget to install build-essential package to run Xcos Modelica simulations.
If you want to get Scilab 5.5.2 working on Ubuntu 18.04.1 LTS see other answer.
Binary method is also applicable for Ubuntu 18.10, as ATOMS is still broken here.
add a comment |
* Repository-based method (ATOMS will not work)
Update 2019-04-14. Nowadays Scilab is ported to OpenJDK 11.
Then we have to install Scilab with (if not installed before):
sudo apt-get install scilab
So we can use latest scilab package 6.0.1-7ubuntu1~18.04 as usual from GUI, but scilab-cli and scilab-adv-cli are now broken (it is new bug 1825037).
Note 1: Scilab color theme is incompatible with dark Gtk themes, so user should set light one (this is bug 1547561) such as Radiance or Radiant-MATE.
Note 2: Scilab ATOMS system is broken too (see bug 1765503) because of problems with HDF5.
* Binary download method (fully-functional)
So if you need fully-functional Scilab you should remove deb-packaged version with
sudo apt-get purge scilab
sudo apt-get autoremove
and use binary archive 6.0.2 from official site and run the commands below (download, extract, add to PATH, set shotcuts and MIME-association):
mkdir ~/Software
cd ~/Software
wget https://www.scilab.org/download/6.0.2/scilab-6.0.2.bin.linux-x86_64.tar.gz
tar -xzf scilab-6.0.2.bin.linux-x86_64.tar.gz
cd scilab-6.0.2
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.profile
mkdir -p ~/.local/share/applications
cp -a ~/Software/scilab-6.0.2/share/icons,applications,mime ~/.local/share/
update-mime-database ~/.local/share/mime/
The ATOMS and other components will work as expected. Do not forget to install build-essential package to run Xcos Modelica simulations.
If you want to get Scilab 5.5.2 working on Ubuntu 18.04.1 LTS see other answer.
Binary method is also applicable for Ubuntu 18.10, as ATOMS is still broken here.
* Repository-based method (ATOMS will not work)
Update 2019-04-14. Nowadays Scilab is ported to OpenJDK 11.
Then we have to install Scilab with (if not installed before):
sudo apt-get install scilab
So we can use latest scilab package 6.0.1-7ubuntu1~18.04 as usual from GUI, but scilab-cli and scilab-adv-cli are now broken (it is new bug 1825037).
Note 1: Scilab color theme is incompatible with dark Gtk themes, so user should set light one (this is bug 1547561) such as Radiance or Radiant-MATE.
Note 2: Scilab ATOMS system is broken too (see bug 1765503) because of problems with HDF5.
* Binary download method (fully-functional)
So if you need fully-functional Scilab you should remove deb-packaged version with
sudo apt-get purge scilab
sudo apt-get autoremove
and use binary archive 6.0.2 from official site and run the commands below (download, extract, add to PATH, set shotcuts and MIME-association):
mkdir ~/Software
cd ~/Software
wget https://www.scilab.org/download/6.0.2/scilab-6.0.2.bin.linux-x86_64.tar.gz
tar -xzf scilab-6.0.2.bin.linux-x86_64.tar.gz
cd scilab-6.0.2
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.bashrc
echo "PATH=$PATH:/home/$USER/Software/scilab-6.0.2/bin" >> ~/.profile
mkdir -p ~/.local/share/applications
cp -a ~/Software/scilab-6.0.2/share/icons,applications,mime ~/.local/share/
update-mime-database ~/.local/share/mime/
The ATOMS and other components will work as expected. Do not forget to install build-essential package to run Xcos Modelica simulations.
If you want to get Scilab 5.5.2 working on Ubuntu 18.04.1 LTS see other answer.
Binary method is also applicable for Ubuntu 18.10, as ATOMS is still broken here.
edited 2 hours ago
answered Apr 28 '18 at 10:50
N0rbertN0rbert
25.5k854122
25.5k854122
add a comment |
add a comment |
I followed these steps to run scilab on (x)ubuntu 18.04 (Bionic Beaver):
Install openjdk8 via:
sudo apt-get install openjdk-8-jre openjdk-8-jre-headless
sudo update-java-alternatives -s java-1.8.0-openjdk-$(dpkg --print-architecture)Enter this command via terminal to open SciLab-GUI:
scilab- Hit ENTER (after
jlatexmathwarning)
it's (the GUI and all of it's features) running without any problems including XCos (very good Simulink alternative).
By pressing enter I just skipped the warning
Could not find Java package '/usr/share/java/jlatexmath-fop-1.0.6.jar
If you don't need it, just don't install it.
1
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
3 hours ago
add a comment |
I followed these steps to run scilab on (x)ubuntu 18.04 (Bionic Beaver):
Install openjdk8 via:
sudo apt-get install openjdk-8-jre openjdk-8-jre-headless
sudo update-java-alternatives -s java-1.8.0-openjdk-$(dpkg --print-architecture)Enter this command via terminal to open SciLab-GUI:
scilab- Hit ENTER (after
jlatexmathwarning)
it's (the GUI and all of it's features) running without any problems including XCos (very good Simulink alternative).
By pressing enter I just skipped the warning
Could not find Java package '/usr/share/java/jlatexmath-fop-1.0.6.jar
If you don't need it, just don't install it.
1
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
3 hours ago
add a comment |
I followed these steps to run scilab on (x)ubuntu 18.04 (Bionic Beaver):
Install openjdk8 via:
sudo apt-get install openjdk-8-jre openjdk-8-jre-headless
sudo update-java-alternatives -s java-1.8.0-openjdk-$(dpkg --print-architecture)Enter this command via terminal to open SciLab-GUI:
scilab- Hit ENTER (after
jlatexmathwarning)
it's (the GUI and all of it's features) running without any problems including XCos (very good Simulink alternative).
By pressing enter I just skipped the warning
Could not find Java package '/usr/share/java/jlatexmath-fop-1.0.6.jar
If you don't need it, just don't install it.
I followed these steps to run scilab on (x)ubuntu 18.04 (Bionic Beaver):
Install openjdk8 via:
sudo apt-get install openjdk-8-jre openjdk-8-jre-headless
sudo update-java-alternatives -s java-1.8.0-openjdk-$(dpkg --print-architecture)Enter this command via terminal to open SciLab-GUI:
scilab- Hit ENTER (after
jlatexmathwarning)
it's (the GUI and all of it's features) running without any problems including XCos (very good Simulink alternative).
By pressing enter I just skipped the warning
Could not find Java package '/usr/share/java/jlatexmath-fop-1.0.6.jar
If you don't need it, just don't install it.
edited Nov 10 '18 at 14:30
Zanna
51.4k13140243
51.4k13140243
answered Nov 8 '18 at 22:04
2BIAS2BIAS
93
93
1
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
3 hours ago
add a comment |
1
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
3 hours ago
1
1
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
You may want to write a comment below my answer about skipping jlatexmath part. Otherwise your answer do not contain new information and you should delete it. ATOMS in such case remain broken, to there are no tradeoffs. Scilab will continue to crash when started from Applcations menu/dash.
– N0rbert
Nov 9 '18 at 7:15
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
3 hours ago
jlatexmath problem is now fixed. Consider to remove your answer as outdated.
– N0rbert
3 hours ago
add a comment |
protected by N0rbert Feb 14 at 20:46
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?