Octave for GNU/Linux: Difference between revisions

Jump to navigation Jump to search
915 bytes removed ,  23 October 2019
→‎Gentoo: Reduce to bare minimum.
m (MediaWiki suggest not to use self closing tags https://www.mediawiki.org/wiki/Parsing/Replacing_Tidy#Self-closing_tags_like_%3Cb/%3E_%3Cdiv/%3E,_etc.)
(→‎Gentoo: Reduce to bare minimum.)
(3 intermediate revisions by the same user not shown)
Line 31: Line 31:
     # dnf install octave
     # dnf install octave


=Gentoo=
= Gentoo =


Octave is available through Gentoo's package management system, Portage:
emerge --ask sci-mathematics/octave
 
    # emerge --sync
Add USE flag 'curl' into your <code>/etc/portage/package.use</code> file to enable remote Octave-Forge packages fetching
sci-mathematics/octave curl
and emerge Octave
    # emerge octave
Since Octave ver. > 3.4.0 is able to fetch Octave-Forge packages from remote repository, packages ''octave-forge'' or ''g-octave'' are no more needed.
 
Before installing any Octave-Forge package, in Octave command prompt you must type
pkg -forge list
and then install your favourite packages. Typically, you have to start with
pkg install -forge general


=Red Hat Enterprise/CentOS=
=Red Hat Enterprise/CentOS=
Line 69: Line 57:
Note that EPEL intentionally does not follow new releases as closely as other distributions. Consequently, the version of Octave provided by EPEL may be several months or years out of date. There are plans for the Octave maintainers to provide support and binary RPMs for enterprise GNU/Linux distributions; contact the [mailto:maintainers@octave.org maintainers mailing list] for more information.
Note that EPEL intentionally does not follow new releases as closely as other distributions. Consequently, the version of Octave provided by EPEL may be several months or years out of date. There are plans for the Octave maintainers to provide support and binary RPMs for enterprise GNU/Linux distributions; contact the [mailto:maintainers@octave.org maintainers mailing list] for more information.


=SUSE Linux and openSUSE=
= openSUSE and SUSE Linux Enterprise =


: ''Main article: [[Octave for openSUSE]]''
: ''Main article: [[Octave for openSUSE]]''
Binary packages for Octave are provided by all versions of openSUSE. It can be installed by command:


  zypper in octave
  zypper in octave
Latest stable version of Octave and Octave-Forge are available on Science repository. For details see [[openSUSE]] specific wiki page.


=Arch Linux=
=Arch Linux=
Line 83: Line 67:
: ''Main article: [[Octave for Arch Linux]]''
: ''Main article: [[Octave for Arch Linux]]''


Updated Octave's version is in the extra repository. It can be installed by typing:
pacman -S octave
 
    # pacman -S octave


=Homebrew on Linux=
=Homebrew on Linux=

Navigation menu