Today I installed Pd-extended on my new Linode VPS (Virtual Private Server) for my PuréeData project. Since it’s a VPS, I only have ssh access. Here’s how to do it:
sudo vim /etc/apt/sources.list
hit ‘i’ and paste to the end:
deb http://us.archive.ubuntu.com/ubuntu/ lucid multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ lucid multiverse ## for Puredata deb http://apt.puredata.info/releases lucid main
Then you should be able to do:
sudo apt-get update sudo apt-get install pd-extended
Voilà! Let me know if this works or doesn’t work for anyone!