[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: installing octave
From: |
Martin Helm |
Subject: |
Re: installing octave |
Date: |
Mon, 06 Aug 2012 12:05:53 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120713 Thunderbird/14.0 |
Am 06.08.2012 09:20, schrieb marco atzeri:
>
> it looks a serious mismatch between your suse version and the package
> you are trying to install
>
Either that or the low level rpm command was used which does not pull in
the dependencies but just tells that they are not there.
The correct way to install it from the command line is (example for
openSUSE 12.1)
zypper ar
http://download.opensuse.org/repositories/science/openSUSE_12.1/ science
zypper refresh
zypper install octave octave-devel
If it is SUSE Linux Enterprise some additional steps have to be taken,
since some packages are not available via the standard repositories but
have to be installed from a development repository (or the downloaded
SDK DVD).
The operating system version can be seen with the command lsb_release -a