Archives For November 30, 1999

Install Google Talk Plugin in Ubuntu 14.04

Last updated: May 1, 2014

Google Talk is browser plugin that allows you to make a voice and video chat with your friends via your webcam and microphone connected to the computer.

With the plugin installed, just log in to your GMail account with Firefox or Chrome browser, select a contact, you will be able to see that you can have a video chat (you get the option for video chat if they have a camera, or the video chat icon is grayed).

Google talk Ubuntu 14.04

Install Google Talk Plugin:

Press Ctrl+Alt+T on keyboard to open the terminal. When it opens, run the command below to add the Google Talk repository:

sudo sh -c 'echo "deb http://dl.google.com/linux/talkplugin/deb/ stable main" >> /etc/apt/sources.list.d/google-talkplugin.list'

Then get the key:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

Finally update your system and install the plugin:

sudo apt-get update

sudo apt-get install google-talkplugin

Once installed, Firefox users can verify that if the Google Talk plugin is installed by going to Tools->Addons->Plugins. Chrome users go to chrome://plugins/

google_talk_large

This brief tutorial is going to show you how to install Google Talk plugin on Ubuntu 13.10, 13.04, 12.10, 12.04 from the official repository.

Update: This Tutorial is outdated, and does NOT work anymore!

Google Talk is browser plugin that allows you to make a voice and video chat with your friends via your webcam and microphone connected to the computer.

To get started, press Ctrl+Alt+T to open terminal, then follow the steps below:

1.) Run this command to add the official repository:

sudo sh -c 'echo "deb http://dl.google.com/linux/talkplugin/deb/ stable main" >> /etc/apt/sources.list.d/google-talkplugin.list'

2.) Download and install the key:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

3.) Update the package lists to make it available:

sudo apt-get update

4.) Finally install the plugin via Synaptic Package Manager, or by this command:

sudo apt-get install google-talkplugin

That’s it. Enjoy!