[PlanetCCRMA] install all LADSPA

Steve Harris S.W.Harris@ecs.soton.ac.uk
Thu Jul 14 01:08:00 2005


On Wed, Jul 13, 2005 at 10:22:35PM -0700, Florin Andrei wrote:
> Is there a magic apt incantation to install all LADSPA packages? I mean,
> ladspa proper plus all plugins.

Something like:

apt-get --simulate install '^(ladspa|...-plugins)'

will get you close, remove the --simulate it if doesnt seem too dangerous
:) you might end up with some stuff you dont really want. *shrug* disk is
cheap.

- Steve