Octave for GNU/Linux: Difference between revisions

Jump to navigation Jump to search
m
→‎Distribution independent: Reorder alphabetically
m (→‎Distribution independent: Reorder alphabetically)
 
(2 intermediate revisions by 2 users not shown)
Line 51: Line 51:


Using a distribution independent approach is particularly useful if you have an older GNU/Linux distribution or if you do not have root access on your system. A common drawback of this approach is, that these solutions are running in some kind of sandbox. Thus limitations in the communication with the underlying system may exist.  For example, executing system binaries outside the sandbox might be impossible.
Using a distribution independent approach is particularly useful if you have an older GNU/Linux distribution or if you do not have root access on your system. A common drawback of this approach is, that these solutions are running in some kind of sandbox. Thus limitations in the communication with the underlying system may exist.  For example, executing system binaries outside the sandbox might be impossible.
== Anaconda ==
* More info: https://anaconda.org/conda-forge/octave
  conda create --name octave
  conda activate octave
  conda install -c conda-forge octave


== Docker / Podman / Singularity ==
== Docker / Podman / Singularity ==
Line 78: Line 86:
== Guix ==
== Guix ==


* More info: https://guix.gnu.org/packages/octave-6.1.0/
* More info: https://guix.gnu.org/en/packages/octave-6.2.0/


  guix install octave
  guix install octave

Navigation menu