Wavebox an open-source central hub for all of your communication tools, formerly known as WMail used to access the different email a...
Below are the supported clients in Wavebox
It can be installed in Ubuntu via Tarball, via Snap, deb packages and also from repository
In this tutorial, I will show you how to install the Wavebox in ubuntu 17.04 / 16.04 LTS and LinuxMint via Snap / PPA
Installation steps
Method 1: Via Repository
Step 1: Download and add the key.sudo wget -qO - https://wavebox.io/dl/client/repo/archive.key | sudo apt-key add -Step 2: Add the repo to the repo.list
For 64 bit
echo "deb https://wavebox.io/dl/client/repo/ x86_64/" | sudo tee --append /etc/apt/sources.list.d/repo.listFor 32 bit
echo "deb https://wavebox.io/dl/client/repo/ ia32/" | sudo tee --append /etc/apt/sources.list.d/repo.listStep 3: Update the repos
sudo apt-get updateStep 4: Install Wavebox
sudo apt-get install wavebox
Method 2: Via Snap
Installing via snap is easy when compared with the Repo, just fire the below command the snap will installsudo snap install waveboxFor Ubuntu 14.04 install the below package also
sudo apt-get install snapd-xdg-open
COMMENTS