Octave for GNU/Linux: Difference between revisions

491 bytes removed ,  23 October 2019
→‎Debian and Debian-based (such as Ubuntu): Reduce to bare minimum. Rest is already explained in Octave for Debian systems.
(→‎Debian and Debian-based (such as Ubuntu): Reduce to bare minimum. Rest is already explained in Octave for Debian systems.)
Line 7: Line 7:


: ''Main article: [[Octave for Debian systems]]''
: ''Main article: [[Octave for Debian systems]]''
Simply install Octave from your distribution repository


  apt install octave
  apt install octave
 
  apt install liboctave-dev  # development files
For old versions of Ubuntu that only supply old versions of Octave, consider using Octave's PPA. For more details, see the [[Debian]] specific instructions page.
 
There are also Debian packages for each of the Octave Forge packages, named {{codeline|octave-<pkg>}}, for example {{codeline|octave-image}} and {{codeline|octave-statistics}} for the image processing and statistics package respectively. A complete list of them can be found with the command
 
  apt search octave-forge


= Fedora =
= Fedora =