Can anyone tell me how to install google drive in Ubuntu 15.10?
Asked
Active
Viewed 1,320 times
2 Answers
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):
Bilal
- 3,747
0
I recommend simply going to https://drive.google.com/drive/ - It's the best way to reach Google Drive.
Danny
- 58