Insync, The Unofficial Google Drive Client is Available for Cross-Debian Distro
Insync, an unofficial Google Drive client for Linux, is now available in a repository for Ubuntu, Linux Mint and Debian users and it's recommended you add since you'll get automatic updates.
The Insync repository is available for:
- Ubuntu: natty, oneiric, precise and quantal
- Debian: squeeze and lenny
- Linux Mint: lisa and maya
If you're using one of the above Ubuntu, Debian or Linux Mint versions, add the repository using the following command:
- for Ubuntu:
[sourcecode]echo "deb http://apt.insynchq.com/ubuntu $(lsb_release -cs) non-free" | sudo tee /etc/apt/sources.list.d/insync.list[/sourcecode]
- for Debian:
[sourcecode]echo "deb http://apt.insynchq.com/debian $(lsb_release -cs) non-free" | sudo tee -a /etc/apt/sources.list[/sourcecode]
- for Linux Mint
[sourcecode]echo "deb http://apt.insynchq.com/mint $(lsb_release -cs) non-free" | sudo tee /etc/apt/sources.list.d/insync.list[/sourcecode]
Then, for any of the above, import the key and update the software sources:
[sourcecode]wget -O - https://d2t3ff60b2tol4.cloudfront.net/services@insynchq.com.gpg.key | sudo apt-key add -
sudo apt-get update[/sourcecode]
And finally, install Insync if you haven't already:
Unity (appindicator):
[sourcecode]sudo apt-get install insync-beta-ubuntu[/sourcecode]
GNOME Shell:
[sourcecode]sudo apt-get install insync-beta-gnome[/sourcecode]
Cinnamon:
[sourcecode]sudo apt-get install insync-beta-cinnamon[/sourcecode]
KDE4:
[sourcecode]sudo apt-get install insync-beta-kde[/sourcecode]
For other Linux distributions, see the new Insync Linux page: https://www.insynchq.com/linux via WebUpd8