How to use gtalk / hangout on ubuntu terminal?

I want to use gtalk / hangout on an ubuntu terminal? I do not want to use the ui application for it. Can anybody help? Thanks!

+6
source share
2 answers

I started using freezes https://github.com/tdryer/hangups

This is an application for connecting to Google Talk (not gtalk, but the actual video call) written in python.

You can install it in Ubuntu using

#Ensure you have python pips installed sudo apt-get update && sudo apt-get -y install python-pip pip3 install hangups 
+15
source

First, you can prove mcabber:

  • This is a small XMPP console client (Jabber).
  • mcabber includes features such as SASL / SSL / TLS support, MUC (Multi-User Chat) support, history logging, command completion, OpenPGP encryption, OTR (Off-the-Record Messaging) support, dynamic modules, and external action triggers.
  • mcabber is released under the GNU GPL and tested on GNU / Linux, BSD, Mac OS X and Cygwin.

If this is not what you are looking for, then:

First option

Not if this is exactly what you are looking for, but it can serve you as an aid, I leave you as installing a plugin in Ubuntu:

You can find the page .

Then I also leave the information you:

"... ** (I put h tttp, but it's actually HTTP, it changes it before use) To get started, press Ctrl + Alt + T to open a terminal, and then do the following:

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

 sudo sh -c 'echo "deb h ttp://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 - h ttps://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - 

3.) Update the list of packages to make them available:

 sudo apt-get update 

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

 sudo apt-get install google-talkplugin ... //Font: h ttp://ubuntuhandbook.org" 

Second option

Another way to use gtalk / hangout on Ubuntu would be to install this chrome plugin in the direction .


I hope that he serves you as an aid, greetings, Pau.

+1
source

Source: https://habr.com/ru/post/984701/


All Articles