For new users who are just starting out with Ubuntu and want to install Google Chrome browser, here’s the quickest way to do it. There are many ways to install Google Chrome in Ubuntu. Some prefer going directly to Google Chrome download page and getting the deb installer.

Others prefer to install it via PPA from the Chromium build. I prefer downloading it via the command line using wget command and installing it. The command line method is the quickest and this is what this post is about to show you.

As you may already know, Google Chrome has gone from nothing to one of the most popular web browsers. In fact, it’s my favorite web browser.  I started with Internet Explorer, then moved to Firefox and I’ve finally switched to Google Chrome.

I am not telling you to switch, but if you want Chrome in Ubuntu, then go and get it.

To get started with Chrome, you have few options. First you can use Firefox and go to Chrome download page and download a copy there. If you’re not comfortable with using the command line, you may want to use this method.

For users who are comfortable using the command line console, use the commands below to download Google Chrome.

cd /tmp

 

For the 32-bit version of Google Chrome, use the link below.

wget https://dl.google.com/linux/direct/google-chrome-stable_current_i386.deb

 

The 64-bit version can be downloaded using this link.

wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

 

After downloading it, run the commands below to install it.

sudo dpkg -i google-chrome*; sudo apt-get -f install

 

That’s it! After installing, go to Unity Dash and search for Chrome and launch it.

Enjoy!

Frequently Asked Questions

How can I install Google Chrome in Ubuntu 12.10 using the command line?

You can install Google Chrome in Ubuntu 12.10 using the command line by navigating to the /tmp directory and using wget to download the appropriate deb package for your system architecture.

What are the steps to install Google Chrome in Ubuntu 12.10 with wget?

To install Google Chrome in Ubuntu 12.10 using wget, you first need to download the deb package using the wget command and then install it using sudo dpkg -i command.

Is there a quick way to install Google Chrome in Ubuntu 12.10?

Yes, one quick way to install Google Chrome in Ubuntu 12.10 is by using the command line with wget to download the deb package and then installing it.

How do I launch Google Chrome after installing in Ubuntu 12.10?

After installing Google Chrome in Ubuntu 12.10, you can launch it by searching for Chrome in the Unity Dash and then clicking on the Chrome icon to open the browser.

Can I install Google Chrome in Ubuntu 12.10 without using the command line?

Yes, you can install Google Chrome in Ubuntu 12.10 without using the command line by downloading the deb package from the Chrome download page using a web browser like Firefox.

What are the options to download Google Chrome for Ubuntu 12.10?

You can download Google Chrome for Ubuntu 12.10 by either using the command line with wget to get the deb package or by visiting the Chrome download page through a web browser like Firefox.

How can I install the 64-bit version of Google Chrome in Ubuntu 12.10?

To install the 64-bit version of Google Chrome in Ubuntu 12.10, you can use wget to download the appropriate deb package for 64-bit systems and then install it using dpkg command.

What should I do if I encounter installation issues while installing Google Chrome in Ubuntu 12.10?

If you encounter installation issues while installing Google Chrome in Ubuntu 12.10, you can try running sudo apt-get -f install command after using sudo dpkg -i to resolve any dependencies.