Installing all octave-forge packages in one shot
Someone just posted this on the octave-forge mailing list. I believe that's what you were looking for:
Quote:
Originally Posted by octave-dev@lists.sourceforge.net
Hi,
I just had to install all of the octave-forge packages on an Ubuntu 10.04 system and it turned out that the packages are not available via aptitude. The command
Code:
sudo aptitude install $(aptitude search ?description\(octave-forge\) | awk '{print $2}') Best, |
No comments:
Post a Comment