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.
That's what I have installed. How to get rid of it is the question.
Asked
Active
Viewed 5.3e+01k times
99
Jorge Castro
- 73,717
Icedrake
- 3,725
2 Answers
158
Run sudo apt-get remove google-chrome-stable in a terminal.
Knowledge Cube
- 14,911
duffydack
- 7,584
95
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 or future reinstallations.
notablytipsy
- 2,927