1

Can anyone tell me how to install google drive in Ubuntu 15.10?

2 Answers2

1

Here is what i found on the net :

1. Install Grive Tools PPA :

Open a the terminal and run :

sudo add-apt-repository ppa:thefanclub/grive-tools
sudo apt-get update

2. Install Grive :

You may need to Amend the Grive-Tools Repo :

sudo su -c "nano /etc/apt/sources.list.d/thefanclub*.list"

Change the wily at the end of line in vivid :

deb http://ppa.launchpad.net/thefanclub/grive-tools/ubuntu vivid main

After that do the update :

sudo apt-get update

And finally Install Grive Tools for Ubuntu :

sudo apt-get install grive-tools

Sources :

Linux Ubuntu/Mint How-to Install Grive Tools PPA

How-to QuickStart with Google Drive on Ubuntu 15.10 Wily 32-64bit Linux+GNU

For more informations (Quick-Start):

Quick-Start with Google Drive on Linux

Bilal
  • 3,699
  • The developers of grive tools told me that they are not mantaining it anymore, now they offer their own client called overGrive, which costs $5. –  May 25 '16 at 15:20
  • The above procedure doesn't not work.Show this message:>W: Failed to fetch http://ppa.launchpad.net/pinta-maintainers/pinta-stable/ubuntu/dists/wily/main/binary-amd64/Packages 404 Not Found. – Amanul Islam May 29 '16 at 15:22
0

I recommend simply going to https://drive.google.com/drive/ - It's the best way to reach Google Drive.

Danny
  • 58