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 to install Google Chrome browser in Ubuntu using wget command?
To install Google Chrome browser in Ubuntu using wget command, you can navigate to the /tmp directory and use the appropriate wget command for either the 32-bit or 64-bit version.
What is the quickest way to install Google Chrome browser in Ubuntu?
The quickest way to install Google Chrome browser in Ubuntu is by using the command line method with the wget command to download the deb installer and then install it using dpkg.
Can I install Google Chrome browser in Ubuntu via PPA from the Chromium build?
Yes, you can install Google Chrome browser in Ubuntu via PPA from the Chromium build. Some users prefer this method, but the command line method using wget is the quickest way.
How can I launch Google Chrome browser after installing it in Ubuntu?
After installing Google Chrome browser in Ubuntu, you can launch it by searching for 'Chrome' in Unity Dash and then clicking to open it.
What are the different ways to install Google Chrome browser in Ubuntu?
There are multiple ways to install Google Chrome in Ubuntu, including downloading the deb installer from the Google Chrome download page, installing via PPA from the Chromium build, or using the command line method with wget.
Why is Google Chrome a popular web browser choice for Ubuntu users?
Google Chrome has become a popular web browser choice for Ubuntu users due to its speed, features, and seamless integration with Google services. Many users find it to be a reliable and efficient browser.
Do I need to use the command line to install Google Chrome in Ubuntu?
While using the command line with wget is the quickest method to install Google Chrome in Ubuntu, you can also choose to download the deb installer from the Google Chrome website and install it using a graphical package manager.
Is Google Chrome available for both 32-bit and 64-bit Ubuntu systems?
Yes, Google Chrome is available for both 32-bit and 64-bit Ubuntu systems. You can choose the appropriate version to download and install based on your system architecture.