In this post, I’ll show you the necessary steps in order for you to update Gaim to the latest version of Pidgin. Before you install Pidgin, you’ll have to make sure that you have the necessary SSL libraries to make MSN and Google Talk work.
To do that, you need to open Terminal and run:
Code: Select all
sudo apt-get install libnss-dev libnspr-dev
Installing Pidgin:
- Open Terminal and run sudo apt-get build-dep gaim. This is to satisfy all dependencies for compiling Pidgin.
- Next thing to do is download the latest version of Pidgin.
- Open Terminal and cd (change directory) to the directory where you saved the Pidgin tarball (pidgin-2.*.*.tar.bz2).
- Run: tar xvfj pidgin-*
- Next, cd (change directory) to the extracted Pidgin folder and run this: ./configure
- Run: make
- Run: sudo make install
And for those who want to have a shortcut icon in the panel, what you need to do is copy the pidgin.desktop file from the extracted Pidgin folder and copy it to this folder: /usr/share/applications.
For those who don’t want to go through this whole process, you can just wait for the next release of Ubuntu because it will have Pidgin in it instead of Gaim.