13
edits
mNo edit summary |
mNo edit summary |
||
Line 4: | Line 4: | ||
Octave binary packages are provided from OSS repository of all actual openSUSE versions. Octave can be installed with the help of YaST or zypper command | Octave binary packages are provided from OSS repository of all actual openSUSE versions. Octave can be installed with the help of YaST or zypper command | ||
zypper | zypper install octave | ||
If you want to use latest stable version of Octave, you can use | If you want to use latest stable version of Octave, you can use science repository. | ||
Adding science repository (<openSUSE verion> is your version of openSUSE, for example {{codeline|openSUSE_13.1}}): | |||
zypper addrepo http://download.opensuse.org/repositories/science/<openSUSE version>/ Science | zypper addrepo http://download.opensuse.org/repositories/science/<openSUSE version>/ Science | ||
zypper refresh | zypper refresh | ||
Installing Octave from science repository: | |||
zypper install --from Science octave | zypper install --from Science octave | ||
=== Octave Forge packages === | === Octave Forge packages === | ||
Octave-Forge binary packages are provided from | Octave-Forge binary packages are provided from science repository. You can list all available packages by zypper command | ||
zypper | zypper search octave-forge | ||
=== Linear algebra libraries === | === Linear algebra libraries === |
edits