1,852
edits
(added instructios for installing from anaconda) |
m (→Distribution independent: Reorder alphabetically) |
||
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 107: | Line 115: | ||
snap install --edge octave | snap install --edge octave | ||
== Spack == | == Spack == |