On 21 June 2012 07:41, Robert Bywater <robp...@gmail.com> wrote:
> OK, so
> octave:3> pkg install io-1.0.18.tar.gz
> error: the following dependencies where unsatisfied:
>    io needs octave >= 3.4.0
>
> OK, so
> octave:3> pkg install octave-3.4.0.tar.gz
> package is missing file: DESCRIPTION
> error: called from `pkg>verify_directory' in file
> /usr/share/octave/3.2.3/m/pkg/pkg.m near line 1607, column 7
> error: called from:
> error:   /usr/share/octave/3.2.3/m/pkg/pkg.m at line 658, column 5
> error:   /usr/share/octave/3.2.3/m/pkg/pkg.m at line 287, column 7

Octave is not a package, octave is the actual program, you can't
install it with the octave package system. The IO package requires
that you use an later Octave version (which you should anyway since
3.6.2 is already out, you're quite out of date). Upgrade your octave
version so you can install the IO package.

By the way, you can install multiple packages at the same time with:

pkg install -forge statistics io otherpkg yetanotherpkg etc

Carnë

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to