Today, I'd like to show you how to install Insync via its official repository so that you will get the latest version of Insync on your system.
Before you install Insync on your system. It would be nice if you read the benefits of installing Insync:
- Supports multiple Google Accounts
- Convert Google Docs file to Office
- Built in sharing without browser
- Desktop notifications
- Selective sync
- Revert read only files
- And more!
You need to add Insync GPG key to allow APT authenticate the Insync repository:
Once the GPG Key has been added, please execute the following command to add Insync repository:
- wget -O - https://d2t3ff60b2tol4.cloudfront.net/services@insynchq.com.gpg.key | sudo apt-key add -
You need to change the "quantal" to appropriate codename of your Ubuntu version e.g. "precise" for Ubuntu 12.04 or "raring" for Ubuntu 13.04. Then update your repository channel:
- sudo sh -c 'echo "deb http://apt.insynchq.com/ubuntu quantal non-free" >> /etc/apt/sources.list'
Now, you have to choose which Insync package to be installed for your Desktop environment. There are many choice which is suitable for Unity, XFCE, GNOME Shell, Cinnamon. etc. Simply type "sudo apt-get install insync-beta-" followed by Tab key to see available options.
- sudo apt-get update
Note for XFCE users: If you encounter this kind of error while installing Insync "insync-beta-xfce : Depends: thunarx-python but it is not installable", please add the WebUpd8 PPA repository to solve the problem:
Good luck!
- sudo add-apt-repository ppa:nilarimogard/webupd8
0 comments:
Post a Comment