[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Command for automatic deployment of dependent packages
From: |
Carlo de Falco |
Subject: |
Re: Command for automatic deployment of dependent packages |
Date: |
Wed, 9 Sep 2009 15:07:00 +0200 |
2009/9/9 George Kousiouris <address@hidden>:
>
> Hi all,
>
> I have a question regarding octave installation (basically package
> installation). Is there a command that adds a package to an octave
> installation and automatically detects the dependencies of this package
> from other packages and installs them too?
This is not currently possible as it would require the package manager
to download
the packages from the repository automatically.
On the other hand, in some linux distributions (at least fedora and
debian, AFAIK) octave packages are distributed via the system's
package manager which does usually support this feature so doing
apt-get install <package-name>
on debian or
yum install <package-name>
on fedora should do exactly what you ask
> Thanks in advance and best regards,
> George
>
c.