Showing posts with label Google Chrome. Show all posts
Showing posts with label Google Chrome. Show all posts

Wednesday, February 25, 2015

How to completely remove Google Chrome from Mac OSX

How to completely remove Google's Chrome from Mac OSX

Delete Google folder from ~/Library/Application Support
Delete below folders from ~/Library/Caches
Delete ~/Library/Google folder

Tuesday, November 6, 2012

How to purge memory on Google Chrome

How to purge memory on Google Chrome

Click:

Shift + Esc

From here, you can easily end the process that is using the most ram and then reload the page.


Tuesday, July 3, 2012

How to install Google Chrome on Ubuntu

How to install Google Chrome

Fast Way:
https://www.google.com/intl/en/chrome/browser/

Download the ".deb" file and install through the software store.

Command Line:
First, you need to get the repository:

wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -

Next, you need to edit your source list:

sudo nano /etc/apt/sources.list

Add this:

deb http://dl.google.com/linux/chrome/deb/ stable main

Crtl + x, then Enter to save

Followed by updating your package list:

sudo apt-get update

Finally install Google Chrome:

sudo apt-get google-chrome-stable