Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

I decided to try out Google Chrome and see if it was any different from Chromium, but now I can't figure out how to uninstall it. enter image description here That's what I have installed. How to get rid of it is the question.

share|improve this question

2 Answers

up vote 16 down vote accepted

Run sudo apt-get remove google-chrome-stable in a terminal.

share|improve this answer
Awesome, thank you! – Icedrake Oct 15 '11 at 20:06
1  
+1 to WarriorIng64 also – duffydack Oct 15 '11 at 20:23

It's usually better to purge:

sudo apt-get purge google-chrome-stable

and then

sudo apt-get autoremove

This will make sure you don't have unnecessary packages remaining, and will remove config files, saving a little space and making sure it won't interfere with other programs.

share|improve this answer

protected by Community Sep 6 '12 at 11:41

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.