How to Install Group Message Plugin for Pidgin in Ubuntu


Here’s what I did to install the Group Message plugin for Pidgin on my Ubuntu Intrepid machine. Note that this worked for me but doesn’t mean that it will work for you. If you’re using Ubuntu or any of the Ubuntu flavors then you might want to give it a try.

Note: You have to do the following as root

Step 1: Get the Build Dependencies

$ apt-get build-dep pidgin-plugin-pack

Step 2: Prepare the Source

$ mkdir pidgin-plugin-pack; cd pidgin-plugin-pack
$ apt-get source pidgin-plugin-pack
$ cd purple-plugin-pack*

Step 3: Enable the Group Message plugin

$ rm groupmsg/.abusive
$ touch groupmsg/.build

Step 4: Build the Pidgin Plugin Pack Package

$ dpkg-buildpackage -b -nc

Step 5: Install the Pidgin Plugin Pack Package

$ cd ../
$ dpkg -i pidgin-plugin-pack*

Step 6: (Optional) Do some clean-up

$ cd ../
$ rm -dfr pidgin-plugin-pack
$ apt-get autoremove

Now, all you have to do is re-start Pidgin and enable the plugin. Remember, with great power comes great responsibility. Don’t spam people with this plugin.

I hope this helps!



December 24, 2008 · Posted in Linux  
    

Comments

3 Responses to “How to Install Group Message Plugin for Pidgin in Ubuntu”

  1. Joy on March 27th, 2009 4:51 pm

    Nice!
    It works! But after an update Group IM is not more installed?!

    What can I do…

  2. Vlad Nistor on June 21st, 2009 4:14 am

    Thanks for the guide. I took the source, modified the files and packaged the new (pidgin)purple-plugin-pack including Group IM in my PPA (link in the name).

  3. Sky d(-_-)b on August 24th, 2009 7:20 pm

    It works! Thanks a lot for the guide!!!

Leave a Reply