[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem installing Java package - Octave version
From: |
Mike Miller |
Subject: |
Re: Problem installing Java package - Octave version |
Date: |
Thu, 20 Nov 2014 11:05:07 -0500 |
On Thu, Nov 20, 2014 at 09:35:25 +0100, Joao Rodrigues wrote:
> I want to use package io which I tried to install as (inside the
> interpreter):
>
> pkg install -forge io
> [..]
> pkg install -forge java
> [..]
> System: Ubuntu 14.10, Octave 3.8.1
Good that you found a resolution on your own, but is there a reason
why you are installing packages with `pkg` instead of with `apt-get`
or your Ubuntu package manager of choice?
sudo apt-get install octave-io
should have given you a working io package.
--
mike