I want to use gtalk/hangout on ubuntu terminal ? I dont want to use ui application for the same. Can anyone please help ? Thanks!
我想在ubuntu终端上使用gtalk / hangout?我不想使用ui应用程序。有人可以帮忙吗?谢谢!
2 个解决方案
#1
18
I've started using hangups https://github.com/tdryer/hangups
我已经开始使用挂机https://github.com/tdryer/hangups
It's a google hangouts (not gtalk, but actual hangouts) terminal app written in python.
这是一个谷歌环聊(不是gtalk,但实际的环聊)终端应用程序用python编写。
You can install it in Ubuntu with
你可以在Ubuntu中安装它
#Ensure you have python pips installed
sudo apt-get update && sudo apt-get -y install python-pip
pip3 install hangups
#2
1
First, you could prove mcabber:
首先,你可以证明mcabber:
- It is a small XMPP (Jabber) console client.
- 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 has been tested on GNU/Linux, BSD, Mac OS X and Cygwin.
它是一个小型的XMPP(Jabber)控制台客户端。
mcabber包括SASL / SSL / TLS支持,MUC(多用户聊天)支持,历史记录,命令完成,OpenPGP加密,OTR(非记录消息)支持,动态模块和外部动作触发等功能。
mcabber是在GNU GPL下发布的,并且已经在GNU / Linux,BSD,Mac OS X和Cygwin上进行了测试。
If it is not that what you look for, then:
如果不是你想要的那样,那么:
First option
Not, if it is exactly what you look for, but it can serve to you as aid, I leave you like installing plugin in Ubuntu:
不是,如果它正是你所寻找的,但它可以作为帮助,我离开你就像在Ubuntu中安装插件:
You can find in the page.
您可以在页面中找到。
Next I also leave the information you:
接下来我还留下您的信息:
"... **(I have put h tttp but really it is HTTP, it changes it before using it) To get started, press Ctrl+Alt+T to open terminal, then follow the steps below:
“... **(我已经把h tttp但实际上它是HTTP,它在使用之前更改它)要开始,按Ctrl + Alt + T打开终端,然后按照以下步骤操作:
1.) Run this command to add the official repository:
1.)运行此命令以添加官方存储库:
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:
2.)下载并安装密钥:
wget -q -O - h ttps://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
3.) Update the package lists to make it available:
3.)更新包列表以使其可用:
sudo apt-get update
4.) Finally install the plugin via Synaptic Package Manager, or by this command:
4.)最后通过Synaptic Package Manager或通过以下命令安装插件:
sudo apt-get install google-talkplugin
...
//Font: h ttp://ubuntuhandbook.org"
Second option
Another way, to use gtalk/hangout in Ubuntu would be installing this plugin of chrome, in the direction.
另一种方法是,在Ubuntu中使用gtalk / hangout将安装此chrome插件,方向。
I hope that it serves to you as aid, a greeting, Pau.
我希望它能为你提供帮助,问候,波城。
#1
18
I've started using hangups https://github.com/tdryer/hangups
我已经开始使用挂机https://github.com/tdryer/hangups
It's a google hangouts (not gtalk, but actual hangouts) terminal app written in python.
这是一个谷歌环聊(不是gtalk,但实际的环聊)终端应用程序用python编写。
You can install it in Ubuntu with
你可以在Ubuntu中安装它
#Ensure you have python pips installed
sudo apt-get update && sudo apt-get -y install python-pip
pip3 install hangups
#2
1
First, you could prove mcabber:
首先,你可以证明mcabber:
- It is a small XMPP (Jabber) console client.
- 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 has been tested on GNU/Linux, BSD, Mac OS X and Cygwin.
它是一个小型的XMPP(Jabber)控制台客户端。
mcabber包括SASL / SSL / TLS支持,MUC(多用户聊天)支持,历史记录,命令完成,OpenPGP加密,OTR(非记录消息)支持,动态模块和外部动作触发等功能。
mcabber是在GNU GPL下发布的,并且已经在GNU / Linux,BSD,Mac OS X和Cygwin上进行了测试。
If it is not that what you look for, then:
如果不是你想要的那样,那么:
First option
Not, if it is exactly what you look for, but it can serve to you as aid, I leave you like installing plugin in Ubuntu:
不是,如果它正是你所寻找的,但它可以作为帮助,我离开你就像在Ubuntu中安装插件:
You can find in the page.
您可以在页面中找到。
Next I also leave the information you:
接下来我还留下您的信息:
"... **(I have put h tttp but really it is HTTP, it changes it before using it) To get started, press Ctrl+Alt+T to open terminal, then follow the steps below:
“... **(我已经把h tttp但实际上它是HTTP,它在使用之前更改它)要开始,按Ctrl + Alt + T打开终端,然后按照以下步骤操作:
1.) Run this command to add the official repository:
1.)运行此命令以添加官方存储库:
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:
2.)下载并安装密钥:
wget -q -O - h ttps://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
3.) Update the package lists to make it available:
3.)更新包列表以使其可用:
sudo apt-get update
4.) Finally install the plugin via Synaptic Package Manager, or by this command:
4.)最后通过Synaptic Package Manager或通过以下命令安装插件:
sudo apt-get install google-talkplugin
...
//Font: h ttp://ubuntuhandbook.org"
Second option
Another way, to use gtalk/hangout in Ubuntu would be installing this plugin of chrome, in the direction.
另一种方法是,在Ubuntu中使用gtalk / hangout将安装此chrome插件,方向。
I hope that it serves to you as aid, a greeting, Pau.
我希望它能为你提供帮助,问候,波城。