Octave for GNU/Linux: Difference between revisions

m
→‎Distribution independent: Reorder alphabetically
m (→‎Guix: update URL)
m (→‎Distribution independent: Reorder alphabetically)
 
(One intermediate revision by one other user 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 ==