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.

Insync is a Client for Google Drive or Google Docs. It supports Multiple accounts, Offline Google Docs editind and Recent changes notification.
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