How do I do a Chrome offline installation?

How can we install google chrome in ubuntu 11.10 in offline mode ? (Standalone installer for Google Chrome in ubuntu)


You can install Google Chrome offline by going to the download page and download the .deb file that is matching your Linux version (32bit or 64bit).

After download you can open the window of that folder and just double-click the downloaded file.

Alternatively, after saving the file to a local directory you should open a terminal (Ctrl+Alt+T) and change to that directory. You should then execute the command:

sudo dpkg -i <filename>

Where <filename> is the name of the downloaded file.