6

Can you tell me the command lines for removing Google Drive from Ubuntu?

I don't find it very useful since it doesn't sync for some reason, I would rather use internet version only.

I've used Installing Google Drive on Ubuntu 12.04 as a guide to install it.

Eliah Kagan
  • 117,780
user288690
  • 1,563
  • 3
  • 12
  • 8

1 Answers1

6

Open a terminal and enter the following commands:

sudo apt-get remove grive-tools
sudo apt-add-repository --remove ppa:thefanclub/grive-tools
Eliah Kagan
  • 117,780
Pabi
  • 7,401
  • 3
  • 40
  • 49