Yet again I am to turn to this wonderful resource available to me and ask, how do I install the latest version of GNU Octave (not Octave 3.2.4 -- the one available in the software centre)?
Yet again I am to turn to this wonderful resource available to me and ask, how do I install the latest version of GNU Octave (not Octave 3.2.4 -- the one available in the software centre)?
You can add the
ppa:devacom/science
PPA to install the latest version of Octave (6.4.0, as of January 2021) in Ubuntu 20.04.Alternatively, you can use flatpak to install the latest version of Octave in Ubuntu 18.04+.
Then you can run it from the terminal with the command
flatpak run org.octave.Octave
(the GUI version is available too).See this question to create a wrapper script
octave
, if you don't want to execute the long commandflatpak run org.octave.Octave
again and again.The PPA mentioned in this part of answer is inactive since 2018, and it is kept for historical purposes.
You can install the latest stable version of GNU Octave for any supported Ubuntu release:
This PPA is maintained and supported by several Octave developers.
For octave 3.6.1
Yes you can get octave-3.6.3 , open your terminal and paste this
Hope that helps :D
Ubuntu 12.04.3 and Octave 3.8.0 with statistics
Additionally now I know you can copy the following into the terminal: