Octave for GNU/Linux: Difference between revisions

286 bytes removed ,  23 October 2019
→‎Fedora: Reduce to bare minimum.
(→‎Gentoo: Reduce to bare minimum.)
(→‎Fedora: Reduce to bare minimum.)
Line 18: Line 18:
  apt search octave-forge
  apt search octave-forge


=Fedora=
= Fedora =


: ''Main article: [[Octave for Red Hat Linux systems]]''
: ''Main article: [[Octave for Red Hat Linux systems]]''


The packages can be installed using the dnf command, they are:
dnf install octave
 
dnf install octave-devel # development files
*octave
*octave-devel
 
{{Codeline|octave-devel}} contains the octave headers and {{Path|mkoctfile}} script and is really only needed by users who are developing code that is to be dynamically linked to octave. {{Codeline|octave}} can be installed with the command:
 
    # dnf install octave


= Gentoo =
= Gentoo =