So Ubuntu have yet to package Pidgin IM.
The solution? Easy:
wget http://www.getdeb.net/download.php?release=817&fpos=0 -0 pidgin.deb
sudo apt-get build-dep gaim
sudo dpkg -i pidgin.deb
sudo apt-get -f install
You get a missing dependency at stage 3, but stage 4 installs the dependency and completes. Strange but true!
done.
helen
rick
mike
antony
also the second stage only works if the deb is called that, which if you download from the site it's actually pidgin_2.0.2-1~getdeb1_amd64.deb. it also needs the data one (pidgin-data_2.0.2-1~getdeb1_all.deb) so i installed that before step 3. and also in step 3, because of the missing dependicy you need to use a force option.
but yeah this all work, cheers dude, the interface of pidgin looks nicer.