[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to install the octave packages?
From: |
Andreas Weber |
Subject: |
Re: How to install the octave packages? |
Date: |
Sun, 13 Mar 2016 21:46:24 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.6.0 |
Am 13.03.2016 um 19:44 schrieb Jonathan Camilleri:
> Well I am hoping I am on the right track, I just placed the .gz file to
Please use bottom or interleaved posting style and only quote as much as
is needed for others to follow you.
You use "pkg install -forge optim-1.5.0.tar.gz"
which is wrong. Either use "pkg install -forge optim"
or "pkg install optim-1.5.0.tar.gz"
To repeat: Only use the package name without version and .tar.gz when
using "-forge". If you want to install a downloaded package don't use
"-forge" but the full filename. Be sure to cd into the directory with
the package (ls should list it)
-- Andy