<div dir="ltr">OK!<br><br>I figured out how to install Pd-extended on Ubuntu Intrepid:<br><br>*THIS IS A DREADFUL, UGLY HACK. EXECUTE AT YOUR OWN RISK*<br><br>via the command line, do:<br><br>you@machine:~$ sudo dpkg -i --ignore-depends=liblame0 Pd-0.42.0-extended-&lt;date&gt;-ubuntu-hardy-i386.deb<br>
<br>then in your favourite text editor and using sudo, edit the /var/lib/dpkg/status entry for pd-extended. Where the dependencies are listed (Depends:&nbsp; ) change any reference to liblame0 to libmp3lame0. This will stop apt from seeing pd-extended as broken.<br>
<br>Make sure the &#39;Depends:&#39; line remains on a single line in your editor - I found this out the hard way!<br><br>You will have to redo these steps every update.<br><br>Chris<br></div>