Dear List,
I had to format my SD card after rpi-update filled up the entire disk. So I installed the latest version of Raspbian("2012-09-18"), and installed Pd. It seems to work ok, but pdsend is nowhere to be found. I thought it was part of Pd by default in Linux. I tried sudo apt-get install pdsend (or pd-pdsend), to no avail. This is making me very sorry. Help!
Cheers,
Pierre.
On 10/01/2012 08:51 PM, Pierre Massat wrote:
Dear List,
I had to format my SD card after rpi-update filled up the entire disk. So I installed the latest version of Raspbian("2012-09-18"), and installed Pd. It seems to work ok, but pdsend is nowhere to be found. I thought it was part of Pd by default in Linux. I tried sudo apt-get install pdsend (or pd-pdsend), to no avail. This is making me very sorry.
$ apt-get install puredata-utils
you might want to check $ apt-cache search puredata to get an idea of "core" (Pd-vanilla) packages.
and of course, have a look at $ apt-cache search ^pd- every now and then
dgmard IOhannes
Thanks for your help, it worked. I hadn't actually installed Pd. I used "apt-get install pd" (it only installed puredata-core), instead of "apt-get install puredata".
Cheers,
Pierre.
2012/10/1 IOhannes m zmölnig zmoelnig@iem.at
On 10/01/2012 08:51 PM, Pierre Massat wrote:
Dear List,
I had to format my SD card after rpi-update filled up the entire disk. So I installed the latest version of Raspbian("2012-09-18"), and installed Pd. It seems to work ok, but pdsend is nowhere to be found. I thought it was part of Pd by default in Linux. I tried sudo apt-get install pdsend (or pd-pdsend), to no avail. This is making me very sorry.
$ apt-get install puredata-utils
you might want to check $ apt-cache search puredata to get an idea of "core" (Pd-vanilla) packages.
and of course, have a look at $ apt-cache search ^pd- every now and then
dgmard IOhannes
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-10-03 13:55, Pierre Massat wrote:
Thanks for your help, it worked. I hadn't actually installed Pd. I used "apt-get install pd" (it only installed puredata-core), instead of "apt-get install puredata".
ah, i was wondering about that.
anyhow, you can install puredata-utils (for pdsend) without haing to install tthe full pd, which might be nice e.g. on your server...
fgasmd IOhannes