Saturday, May 4, 2024
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 31316  / 2 Years ago, fri, august 19, 2022, 8:54:16

Firstly, I saw topics such as 'How to install manually a software...' but it did not solve my problem. I've downloaded Scilab 5.4.1 from the official website and I extracted the .tar.gz file into:



/home/scilab-5.4.1



I then tried the commands below, but they gave several errors:



$ cd scalib-5.4.1
$ configure @1
$ make @2
$ make install @3


these gave the following messages in the terminal:



@1: configure: command not found
@2: make: *** No targets specified and no makefile found. Stop.
@3: make: *** No rule to make target `install'. Stop.


I tried following commands:



$ cd scilab-5.4.1
$ cd bin
$ scilab


which gave the message:



The program 'scilab' is currently not installed.  You can install it
by typing: sudo apt-get install scilab

More From » software-installation

 Answers
3

Ok, I just tried installing it, an it worked OK. Here what I did: To install, just press Ctrl+Alt+T on your keyboard to open Terminal. When it opens, run the command(s) below:



sudo apt-get install scilab


After the installation was done, I searched for scilab in dash, and clicked on it



enter image description here



After I clicked on it, it opened, and I checked the version, and it was 5.4.1



Hope that helps.



enter image description here


[#31136] Saturday, August 20, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
damomnning

Total Points: 422
Total Questions: 90
Total Answers: 106

Location: Mali
Member since Thu, Aug 13, 2020
4 Years ago
;