Ubuntu and Debian google-talkplug installation howto

Installing this plugin on any Linux system should be a easy task. First download google-talkplugin_current_i386.deb package. On a Ubuntu system use:

sudo dpkg -i google-talkplugin_current_i386.deb 

on a system where sudo is not present by default first change to root:

su

and then enter:

dpkg - i google-talkplugin_current_i386.deb

To install a google talk plugin. In case that you get a following error message:

dpkg: dependency problems prevent configuration of google-talkplugin:
 google-talkplugin depends on libglew1.5 (>= 1.5.0dfsg1); however:
  Package libglew1.5 is not installed.
dpkg: error processing google-talkplugin (--install):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 google-talkplugin

fix it with:

# apt-get install -f

No enter your gmail amount and google talk should be ready.