[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: octave packages
From: |
Andreas Weber |
Subject: |
Re: octave packages |
Date: |
Wed, 7 Sep 2016 16:16:24 +0200 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Icedove/45.2.0 |
Hi Lev,
Am 07.09.2016 um 15:25 schrieb Lev:
> I've installed it on a Debian jessie from the backports repository.
> Sadly, I noticed that there are no packages for backports in the repository,
> so I downloaded the tar.gz file from octave-forge.
> Is there any way to batch install the packages?
You shouldn't install all packages:
http://wiki.octave.org/FAQ#How_do_install_or_load_all_Octave_packages.3F
Btw, you can install directly from forge with
"pkg install -forge packagename"
-- Andy