This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
installation_of_octave_and_scilab [2013/06/09 09:01] animesh created |
installation_of_octave_and_scilab [2018/03/24 11:13] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| To install octave and scilab in your computer | To install octave and scilab in your computer | ||
| - | - First login as root by typing | + | * First login as root by typing |
| ''su'' | ''su'' | ||
| in the terminal. It prompts for password .Then enter the root password | in the terminal. It prompts for password .Then enter the root password | ||
| - | - update the index of the package manager by typing | + | * Update the index of the package manager by typing |
| ''apt-get update'' | ''apt-get update'' | ||
| - | - Install octave | + | * Install octave |
| ''apt-get install octave'' | ''apt-get install octave'' | ||
| - | -Install scilab | + | * Install scilab |
| ''apt-get install scilab'' | ''apt-get install scilab'' | ||