How to launch scilab?
Title
Question
I have downloaded scilab-6.1.0.bin.linux-x86_64.tar.gz file. How do I launch scilab on Ubuntu 18.04?
Scilab Getting-Started 00-01 min 50-60 sec
Answers:
Follow the given steps to launch Scilab on Ubuntu OS:
1. Extract the downloaded file.
2. Open the terminal.
3. Change the directory to the extracted Scilab 6.1.0 folder using the cd command. For example, cd /home/User/Downloads/scilab-6.1.0.bin.linux-x86_64
4. Then type cd scilab-6.1.0/bin and press Enter.
5. Then type ./scilab and press Enter. This will open the Scilab console.
5. Then type ./scilab and press Enter. This will open the Scilab console.
Note: Be careful not to close the linux terminal while using Scilab because it will close Scilab as well.
Login to add comment