How to Install Google Insync on Ubuntu 13.04, 12.10 and 12.04

Hello Linux Geeksters. In this article I will show you how to install Google Insync on Ubuntu 13.04 Raring Ringtail, Ubuntu 12.10 Quantal Quetzal and Ubuntu 12.04 Precise Pangolin.

Watch Free Movies

Insync is a Client for Google Drive or Google Docs. It supports Multiple accounts, Offline Google Docs editind and Recent changes notification.

https://linuxg.net/wp-content/uploads/2013/05/insync.png

Add the key:

$ wget -O - https://d2t3ff60b2tol4.cloudfront.net/[email protected] | sudo apt-key add -

Add the PPA:

$ sudo sh -c 'echo "deb http://apt.insynchq.com/ubuntu $(lsb_release -sc) non-free" >> /etc/apt/sources.list.d/insync.list'

Update the local repositories:

$ sudo apt-get update

Install Insync for XFCE or Unity:

$ sudo apt-get install insync-beta-ubuntu

OR Install Insync for GNOME Shell:

$ sudo apt-get install insync-beta-gnome

OR Install Insync for Cinnamon:

$ sudo apt-get install insync-beta-cinnamon

OR Install Insync for KDE:

$ sudo apt-get install insync-beta-kde

Scroll to Top