Octave for openSUSE: Difference between revisions

m
no edit summary
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 in octave
  zypper install octave


If you want to use latest stable version of Octave, you can use Science repository.
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
There <openSUSE verion> is your version of openSUSE, for example {{codeline|openSUSE_13.1}}


=== Octave Forge packages ===
=== Octave Forge packages ===


Octave-Forge binary packages are provided from Science repository. You can list all available packages by command
Octave-Forge binary packages are provided from science repository. You can list all available packages by zypper command


  zypper se octave-forge
  zypper search octave-forge


=== Linear algebra libraries ===
=== Linear algebra libraries ===
13

edits