• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
sharadchhetri

sharadchhetri

Tutorials On Linux, Unix & Open Source

  • Home
  • Linux Commands
  • Resources
    • Learn Linux
  • My WordPress plugins

Install latest Google Chrome in Ubuntu 14.04 LTS (Trusty Tahr)

May 3, 2014 by Sharad Chhetri Leave a Comment

In this tutorial, we will learn how to install latest Google Chrome in Ubuntu 14.04 LTS (Trusty Tahr) . No matter, what Google Chrome version is released . To make the practical easy to approach to new bie , we have given the topic as “Install latest Google Chrome in Ubuntu 14.04 LTS (Trusty Tahr)” . At the time of writing this post, same steps can be followed in all Ubuntu Desktop versions including prior to 14.04 LTS (Trusty Tahr).

Install Google Chrome in Ubuntu

To install Google Chrome latest version, we will use the basic method. I am highlighting the brief steps , if you are expereinced , user you can easily get the clue.

(a) Download the latest Google Chrome from Google Chrome‘s Website
(b) Install the Chrome package with dpkg command i.e dpkg -i package-name

Follow the given below steps to install Google Chrome in Ubuntu

Step 1: First check the Operating System architecture.
You can check the O.S Architecture by two method

Note:
x86_64 = 64 bit
i386 = 32 bit

(i) By typing command arch command in terminal
See below given reference from my system . My system has x86_64 O.S architecture.

sharad@linuxworld:~$ arch
x86_64
sharad@linuxworld:~$

OR

(ii) By opening Details from Dashhome . Hit superkey (or Window key) >> type Details >> Click on Details. A System Details Window will open. You can read the O.S architecture.
In my system, it is x86_64. It may be different in your case

Below given is reference from my system

Ubuntu Architecture

Step 2 : After knowing the O.S architecture. Open the Web browser and go to Google Chrome‘s Website link.
You will see the Download button, click on it.

Chrome

Step 3 : After clicking on Download button, it will lead to you in new page. Now as per Step 1, we know about our O.S architecture. Hence, as per your O.S architecture, click on relative radio button.

I have x86_64 O.S arch, then I will click on 64 bit .deb (For Debian/Ubuntu)
If your O.S arch is i386 then click on radio button of 32 bit .deb (For Debian/Ubuntu)

After selecting deb package on the basis of O.S architecture. Click on Accept and Install button

Chrome

Step 4: Now after clicking on Accept and Install button, a small download Window will come on screen. Click on Save radio button option and then click on OK button.
It will start downloading the google chrome latest version package.

Chrome

Step 5 : Now change to directory of Downloaded location. By default, the web browser download the files in /home/username/Downloads directory.

( In case, you have changed the path of Download location in Web browser, then search the downloaded chrome package there )

In my system, I have system Username is sharad . Hence I used the command cd ~/sharad/Downloads

Install the Google Chrome package by using dpkg -i command .
We have got .deb package (google-chrome-stable_current_amd64.deb)

Now use the below given command.

dpkg -i google-chrome-stable_current_amd64.deb

See the below given reference from my system

Google Chrome

Step 6 : After installation, Open the dashhome and type Chrome. Now click on Chrome icon. It will open the Google Chrome. You can also drag and drop the icon in Side toolbar as shortcut.

Google Chrome

It will open the Google Chrome.Before this it will ask to make Chrome as default web browser.

chrome

Google Chrome

In above screenshot, we can see we have installed Google Chrome Version 34.0.1847.132.
Now you can enjoy internet browsing in Google Chrome

Share this:

  • Twitter
  • Facebook
  • More
  • Print
  • Email
  • LinkedIn
  • Reddit
  • Tumblr
  • Pinterest
  • Pocket
  • Telegram
  • WhatsApp
  • Mastodon

Related posts:

  1. Install firefox 29 in Ubuntu 14.04 LTS (Trusty Tahr)
  2. How to install VirtualBox in Ubuntu 14.04 LTS (Trusty Tahr)
  3. How to install Apache Web Server on Ubuntu 14.04 LTS (Trusty Tahr)
  4. Install MariaDB Server 10.0 on Ubuntu 14.04 LTS ( Trusty Tahr )
  5. How to install mysql server 5.6 on Ubuntu 14.04 LTS ( Trusty Tahr )
  6. Easy steps to install latest google chrome in Linux Mint 15
  7. Install Google Chrome on Ubuntu 14.04.3 LTS first time
  8. Quick installation of Google Chrome in Linux Mint 15 Olivia
  9. Install and upgrade to latest Git version on Ubuntu/Debian/Linux Mint
  10. How To Always Install Latest Git Package In Ubuntu Operating System

Filed Under: Linux Tagged With: Google Chrome

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Primary Sidebar

Our Social Media Presence

  • Facebook
  • GitHub
  • Twitter

Linux Command

What is Linux Internal And External Command

Linux Basic Commands With Examples For Every Beginner

tr command to convert lines to space , tab and vertical tab

smbpasswd command not found on CentOS 7 and RHEL 7

Solution : semanage command not found

Unix / Linux : How to print duplicate lines from file

More Posts from this Category

You Might Like These Articles!

simplecodesyntax wordpress plugin

SimpleCodeSyntax : My Another WordPress Plugin

Install Nginx

How To Install Nginx On Ubuntu 22.04 LTS

Install Latest Git package in Ubuntu Operating System

How To Always Install Latest Git Package In Ubuntu Operating System

Bash script for installing VirtualBox on Ubuntu 22.04 LTS Desktop

Install VirtualBox On Ubuntu 22.04 LTS Desktop (Bash Script)

libfuse

dlopen(): error loading libfuse.so.2 – Got Error On Ubuntu

Failed to open/create the internal network

VirtualBox Error: Failed to open/create the internal network

Always Useful Tips And Tricks

curl command to check the http status

4 Different commands to find system uptime in linux

How to set JAVA environment variables in Linux

Do not show line haveing particular keyword by grep command

rsync all files,hidden files,symlinks,hardlinks to remotes Linux Server

fatal error: error writing to /tmp/ccwAjc9Z.s: No space left on device

Agent admitted failure to sign using the key ssh

Explore 90+ Article On "Linux Tips And Tricks"

Copyright © 2023 ยท
The material in this site cannot be republished either online or offline, without our permission.
Proudly Blogging From Bharat.

  • Contact
  • About Me
  • My WordPress plugins
  • Privacy Policy