Quick installation of Google Chrome in Linux Mint 15 Olivia

In this post we will learn about quick installation of Google Chrome in Linux Mint 15 Olivia. As we know the Linux Mint 15 distro is based on Ubuntu 13.04 (Reference) hence apt-get and dpkg command can be run.

To install the Google Chrome by using command line ,follow the given below steps

Step 1: Download the latest Google Chrome from the Google Chrome website.
Open the web browser and type the link https://www.google.com/intl/en/chrome/browser/

chrome

Step 2: Now check your operating system architecture either by using command arch in terminal (Menu >> System Tools >> Terminal). And as per your operating system architecture download the package and it must have .deb extension.

chrome

chrome3

Step 3: Now install the downloaded package by using command dpkg

Command syntax: sudo dpkg -i Downloaded-package_name
See the screenshot for reference:

eg.

sudo dpkg -i google-chrome-stable_current_amd64.deb

chrome

Step 4: After successful installation.Now open the Google Chrome browser by clicking on Menu >> Internet >> Google Chrome
See the given below screenshots for more reference-

chrome

chrome

chrome

2 thoughts on “Quick installation of Google Chrome in Linux Mint 15 Olivia”

  1. Hey!

    I tried, but I am new to Linux and could not configure it out. I am using Mint 15, i686.

    I downloaded chrome. But it says on the system status- “wrong architecture amd 64”

    Do you know what I could do?

    Regards, !

    Reply
    • Hello Prabal,

      Mostly 32 bit and 64 bit operating system are used by many users.Either it can be Linux,Windows,Solaris,MacOS or any.
      64 bit Software are installed only in 64 bit Operating System. But 32 bit software can be installed in 32 bit and 64 bit Operating System.(But we always prefer to use 32 bit software to 32 bit O.S)

      In case if you are trying to install 64 bit software in 32 bit Operating system ,it will not be installed and show the error “wrong architecture ”

      The above was basic information.

      To solve your problem in Linux Mint.

      Open the terminal and run the command arch . It will show O.S architecture in linux.
      As per your question,it seems you have installed 32 bit Linux Mint.Hence, suggest you to download 32 bit Google Chrome for your Linux Mint
      and run the command, sudo dpkg -i package-name-you-downloaded.deb
      (Replace package-name-you-downloaded.deb with actual file name )

      https://www.google.com/intl/en/chrome/browser/

      Reply

Leave a Comment

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