apt-get Install octave

How do you install octave in Linux using apt-get command?

How to Install octave with apt-get?

apt-get install octave -y

Install Octave  Command

Here is a tutorial to learn how to install octave using apt-get command.

Step 1: Open terminal with su access and enter the command as shown below:
apt-get install octave -y

Step 2: After completion, the install command exits and instructs the user to restart the running instances of octave if it is running already.

Result of the Command Execution shown below:

root@hiox:~ apt-get install octave -y
Reading package lists...
Building dependency tree...
Reading state information...
Package octave is a virtual package provided by:
octave3.2 3.2.3 1ubuntu1
octave3.0 1:3.0.5 7ubuntu2
You should explicitly select one to install.
root@hiox:~


Related Topics

Apt Get Commands