[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: package octave
From: |
Sergei Steshenko |
Subject: |
Re: package octave |
Date: |
Mon, 4 Mar 2013 21:32:04 -0800 (PST) |
----- Original Message -----
> From: hans90 <address@hidden>
> To: address@hidden
> Cc:
> Sent: Tuesday, March 5, 2013 7:12 AM
> Subject: package octave
>
> Hi everybody
> I have this problem when I want to install a package
> octave:3> pkg install gnuplot-1.0.1.tar.gz
> couldn't create installation directory
> /usr/share/octave/packages/gnuplot-1.0.1 : Permission denied
> error: called from `pkg>copy_files' in file
> /usr/share/octave/3.6.2/m/pkg/pkg.m near line 1569, column 7
> error: called from:
> error: /usr/share/octave/3.6.2/m/pkg/pkg.m at line 876, column 5
> error: /usr/share/octave/3.6.2/m/pkg/pkg.m at line 383, column 9
>
> I hope someone could help me
> Thanks
>
>
>
> --
> View this message in context:
> http://octave.1599824.n4.nabble.com/package-octave-tp4650544.html
> Sent from the Octave - General mailing list archive at Nabble.com.
> _______________________________________________
> Help-octave mailing list
> address@hidden
> https://mailman.cae.wisc.edu/listinfo/help-octave
>
You either need root permission, or you need to instal the package locally -
you need to modify the command:
pkg install -local gnuplot-1.0.1.tar.gz
.
Regards,
Sergei.