Google

Google Hangouts on Ubuntu 18.04

Google Hangouts on Ubuntu 18.04
If you're a chatter, you already know about all the popular chat clients that allow instant access to all your friends. In the list, Google Hangouts is obviously one of the top ones. It's a great chat platform that offers very simplistic controls and other enriched features like tons of emoji, group chat, audio/video calls etc.

Let's check out on enjoying Google Hangouts on the latest version of Ubuntu - Ubuntu 18.04.

The old way

This is the classic and general way of accessing Google Hangouts. Open a browser and go to Google Hangouts.

Sign in to Hangouts and you're good to go!

The new way

Well, the old way is not as comfortable as you have to open your browser every time you want to chat. Browsers eat a lot of RAM space and there's no way of noticing any incoming message if your browser isn't open.

Let's get a new native client for Google Hangouts. The name of the client is YakYak. It's an open-source app that's available on a number of platforms including Windows and macOS. As it's a native client, you won't have to open your browser again and again to access Hangouts.

Is there any YakYak alternative? Of course, there is! It's Wavebox. We've already covered Wavebox. It allows you to manage more than just your Hangouts - all your emails and other accounts as well.

YakYak is available in a number of ways. You can install it from the official DEB package. YakYak is also available as a snap and flatpak. Let's get YakYak!

Method 1

Get the latest DEB package for YakYak.

After downloading is complete, run the following commands -

cd ~/Downloads
sudo dpkg -i yakyak-1.5.1-linux-amd64.deb

OR

sudo dpkg -i yakyak-1.5.1-linux-i386.deb
Install any possible missing dependencies -
sudo apt install -f

Method 2

We'll be using snap to get YakYak. If your system doesn't have snap installed, run the following command to install snap on Ubuntu -

sudo apt install snapd

Install YakYak from snap -
sudo snap install yakyak

Method 3

We'll be using the flatpak. Make sure that your system already has flatpak core -

sudo apt update && sudo apt install flatpak

sudo apt install gnome-software-plugin-flatpak

flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo

Now, download the YakYak flatpak.

Install the flatpak of YakYak -
sudo flatpak install com.github.yakyak.YakYak_master_x64.flatpak

Using YakYak

After the installation is complete, it's time to fire up the client. Start it from your launcher. In my case, I'm using Xfce.

At first, of course, you have to sign into your account.

Here's the screen you'll be at after successful login.

For configuring YakYak settings, click on the top-left bar icon. All the options are simple and self-explanatory.

Now, everything is ready to go!

OpenTTD Tutorial
OpenTTD is one of the most popular business simulation games out there. In this game, you need to create a wonderful transportation business. However,...
SuperTuxKart for Linux
SuperTuxKart is a great title designed to bring you the Mario Kart experience free of charge on your Linux system. It is pretty challenging and fun to...
Battle for Wesnoth Tutorial
The Battle for Wesnoth is one of the most popular open source strategy games that you can play at this time. Not only has this game been in developmen...