The easy way to taste the new Pidgin messenger

Here is how to easily prepare for and compile ("install") Pidgin 2.0 – popular instant message client Adium's predecessor – in KUbuntu, and other Debian based distributions.
Pidgin require a bunch of packages to compile. Luckily these are the same packages as required by the old Adium! Therefor you can cheat by using Gaim's requirements. Do it easily by running these commands to fetch all necessary packages, and clean out the old Gaim:
sudo apt-get remove gaim
sudo apt-get build-dep gaim
sudo apt-get install libglib2.0-devd
When all requirements are satisfied, there is nothing more to it than downloading the Pidgin source and do a regular compile cycle to install Pidgin:
cd /directory-to-extracted-pidgin-files/
./configure
sudo make
sudo make install
Copyright © 2007 Daniel Aleksandersen 2007-05-08 at 10:05
« Pandora is closing the jukebox for the global market | Home | Supported iTunes Store's DRM free initiative »- No related posts
Get a free subscription to new entries in the Open Source Notebook!
Runbox
- 10 GB email storage,
- 1 GB file storage,
- 100 MB attachment limit,
- your own domain,
...and more! Get your own premium email for just 49 USD per year!
Categories- Communication (24)
- Conquering the Command Line (12)
- Gadgets (13)
- K Desktop Environment (25)
- Multimedia (23)
- Online Privacy (9)
- Open Formats (24)
- Reviews (6)
- Shape of the World (28)
- Software (25)
- Ubuntu and Debian Watch (12)
- User Interface (26)
- Your Rights! (8)
The archive keeps a record of all entries that have ever been published! Have a look back in time, and see what was going on!
LicenseThis blog entry text is licensed under a Creative Commons Sampling Plus 1.0 License. The license explained, and legal notes.

3 comments
I tried this unofficial .deb package with my Ubuntu installation, and it works great:
Comment by Kent Vegard Evjen at 2007-05-08 @401.
Kent, that package is not architecture independent. It works only on 32bit system. The guide above compiles off the official source code, and is architecture independent.
Comment by Daniel Aleksandersen at 2007-05-08 @418.
Just a quick new comment: Found both files on http://www.getdeb.net. Might be worthy of a bookmark.
Comment by Kent Vegard at 2007-06-11 @876.
Leave your comment