On 5/31/19 6:30 PM, Joey Dodson wrote:
I am running Pure Data on a headless Raspberry Pi and I need a way to install libraries/externals. Is there a way to use Deken via the terminal? Or perhaps another way to install libraries via the terminal? I started with Pd-extended and switched to Vanilla after Deken was released, so I'm not too familiar with the process overall. Thanks for any help!
there are *many* (althouh not all) externals packaged for Debian (and derivatives, like rasbian). start with: $ apt-cache search ^pd-
to get practically all of them, install the "multimedia-puredata" meta-package: $ apt-get install multimedia-puredata
mfgasr IOhannes