Octave for Debian systems: Difference between revisions

→‎Pre-compiled binaries: add subsection reminding that Debian also packages Octave Forge
(Undo revision 6509 by Siko1056 (talk) the PPA does not have 4.0 yet but for old Ubuntu releases it's still an improvement. Also, updating the PPA for the latest release is a WIP)
(→‎Pre-compiled binaries: add subsection reminding that Debian also packages Octave Forge)
Line 7: Line 7:
  sudo apt-get install octave
  sudo apt-get install octave


Aside the {{codeline|octave}} package that installs GNU Octave, other pieces of it are split over multiple packages. These are {{codeline|octave-doc}}, {{codeline|octave-info}}, and {{codeline|octave-htmldoc}} for the documentation; {{codeline|liboctave-dev}} for the octave development header files and mkoctfile, which are required to install Octave Forge packages; and {{codeline|octave-dbg}} for the debugging symbols.
Aside the {{codeline|octave}} package that installs GNU Octave, other pieces of it are split over multiple packages. These are {{codeline|octave-doc}}, {{codeline|octave-info}}, and {{codeline|octave-htmldoc}} for the documentation; {{codeline|liboctave-dev}} for the octave development header files and mkoctfile (required to install Octave Forge packages); and {{codeline|octave-dbg}} for the debugging symbols.


For Debian stable users, there may also be newer packages available in backports, so don't forget to check there.
For Debian stable users, there may also be newer packages available in backports, so don't forget to check there.
=== Octave packages ===
Many Octave packages are also distributed by your Linux distribution.  These are tested to work the best with your Octave version.  For example:
sudo apt-get install octave-control octave-image octave-io octave-optim octave-signal octave-statistics


=== Octave's Personal Package Archive (PPA) for Ubuntu ===
=== Octave's Personal Package Archive (PPA) for Ubuntu ===