M HYPE SPLASH
// updates

How do I do a Chrome offline installation?

By Sarah Scott

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

2 Answers

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.

3

Just download the .deb file from Chrome's website and install it later, like you do in windows.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy