-->
Home » , , » Ubuntu Linux: Install Google Chrome Browser Command
Monday
25 November 2013

Ubuntu Linux: Install Google Chrome Browser Command

How do I install Google Chrome in Ubuntu version 12.04 LTS or v13.04 using command line options?

You can get a fast, free web browser from Google. You will find binary packages for the Debian/Ubuntu/Fedora/openSUSE Linux.

In this, FAQ I'm going to explain how to install Chrome browser in three simple steps.

Tutorial details

Difficulty
Intermediate (rss)

Root privileges
Yes

Requirements
apt-get/bash

Estimated completion time
10m

Step #1: Download Google Chrome

You need to visit the following url to grab the .deb file. Make sure you download 32 bit or 64 bit .deb version:

=> Download Chrome Browser

Fig.01: Download Google Chrome 32/64 bit deb package for Ubuntu Linux

Download Google Chrome 32/64 bit deb package for Ubuntu Linux

Download 32 bit version

Open a terminal (press CTRL-ALT-t and type the following wget command to grab .deb file:

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

Download 64 bit version using command line

Open a terminal (press CTRL-ALT-t and type the following wget command to grab .deb file:
$ cd /tmp
$ wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb

Sample outputs:

--2013-05-07 15:19:24--  https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
Resolving dl.google.com (dl.google.com)... 173.194.36.39, 173.194.36.35, 173.194.36.40, ...
Connecting to dl.google.com (dl.google.com)|173.194.36.39|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 42434828 (40M) [application/x-debian-package]
Saving to: `google-chrome-stable_current_amd64.deb'   100%[======================================>] 4,24,34,828  466K/s   in 89s   2013-05-07 15:20:53 (466 KB/s) - `google-chrome-stable_current_amd64.deb' saved [42434828/42434828]
 

Step #2: Install .deb file

Type the following command to install 32 bit version:

$ sudo dpkg -i google-chrome-stable_current_amd64.deb

Type the following command to install 64 bit version:

$ sudo dpkg -i google-chrome-stable_current_amd64.deb

Sample outputs:

Fig.02: Errors were encountered while processing

Fig.02: Errors were encountered while processing

Step #3: Fixing "errors were encountered while processing" error

Type the following command to fix the error and install Chrome:
$ sudo apt-get -f install
Sample outputs:

Reading package lists... Done
Building dependency tree
Reading state information... Done
Correcting dependencies... Done
The following extra packages will be installed:
  libnss3-1d libxss1
The following NEW packages will be installed:
  libnss3-1d libxss1
0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded.
1 not fully installed or removed.
Need to get 22.0 kB of archives.
After this operation, 162 kB of additional disk space will be used.
Do you want to continue [Y/n]? y
Get:1 http://in.archive.ubuntu.com/ubuntu/ precise-updates/main libnss3-1d amd64 3.14.3-0ubuntu0.12.04.1 [13.4 kB]
Get:2 http://in.archive.ubuntu.com/ubuntu/ precise/main libxss1 amd64 1:1.2.1-2 [8,646 B]
Fetched 22.0 kB in 0s (23.6 kB/s)
Selecting previously unselected package libnss3-1d.
(Reading database ... 197880 files and directories currently installed.)
Unpacking libnss3-1d (from .../libnss3-1d_3.14.3-0ubuntu0.12.04.1_amd64.deb) ...
Selecting previously unselected package libxss1.
Unpacking libxss1 (from .../libxss1_1%3a1.2.1-2_amd64.deb) ...
Setting up libnss3-1d (3.14.3-0ubuntu0.12.04.1) ...
Setting up libxss1 (1:1.2.1-2) ...
Setting up google-chrome-stable (26.0.1410.63-r192696) ...
update-alternatives: using /usr/bin/google-chrome to provide /usr/bin/x-www-browser (x-www-browser) in auto mode.
update-alternatives: using /usr/bin/google-chrome to provide /usr/bin/gnome-www-browser (gnome-www-browser) in auto mode.
Processing triggers for libc-bin ...
ldconfig deferred processing now taking place

How do I use Google Chrome?

Simply type the following command:

google-chrome
google-chrome
http://www.cyberciti.biz/

Or use GUI option > Press Windows key > Type Google or Chrome in unity search bar:

Fig.03: Starting Google Chrome browser

Fig.03: Starting Google Chrome browser

So there you have it-the ultimate and fast Google Chrome running on Ubuntu Linux:

Fig.04: Google Chrome in action

Google Chrome in action

Check out related media

This tutorial is also available in a quick video format:

If you liked this article, subscribe to the feed by clicking the image below to keep informed about new contents of the blog:

0 commenti:

Post a Comment

Random Posts

  • Guides and tutorials for Zorin OS: Repair the Boot Loader.
    29.07.2023 - 2 Comments
    What to do if your computer is unable to boot into Zorin OS (after installation) or any operating system.You may need to repair the boot loader software if your computer is not able to boot into…Zorin OS after installing it to your system in a…
  • Ubuntu 18.04 LTS Release Date and New Features
    01.05.2018 - 0 Comments
    Ubuntu 18.04 LTS Release Date and New Features It’s a new LTS (Long Term Support) release. So you get 5 years of support for both the desktop and server version. Named “Bionic Beaver”. The founder of Canonical, Mark Shuttleworth, explained the…
  • Mozilla Thunderbird ISP Configuration Settings: Gmail.
    20.03.2013 - 0 Comments
    Thunderbird can be configured to work seamlessly with Google's Gmail service. Messages are synchronized between your local version of Thunderbird and the web-based Gmail. Configuring your Gmail account To configure Thunderbird to work with…
  • Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music.
    30.07.2012 - 1 Comments
    Music Player Daemon (MPD) is a flexible, powerful, server-side application for playing music. Through plugins and libraries it can play a variety of sound files while being controlled by its network protocol. MPD Is Edit.  General…
  • Three goals of AA-Project
    15.11.2008 - 0 Comments
    Port all important software (like Doom, Second Reality, X windows etc..) on AA-lib. Port AA-lib on all available platforms (mainly ZX-Spectrum and Sharp). Force IBM to start manufacturing MDA cards again. AA-project was started by Jan Hubicka.…
  • Introduction to the ICC profile format.
    16.04.2013 - 0 Comments
    In color management, an ICC profile is a set of data that characterizes a color input or output device, or a color space, according to standards promulgated by the International Color Consortium (ICC).  Profiles describe the color attributes…
  • Installing KXStudio.
    22.02.2014 - 0 Comments
    There are a few important considerations you must be aware of before installing KXStudio. These include knowing what type of machine you are installing on, how its disks are to be arranged and whether or not you plan to boot any additional…
  • Zevenet 5.10.1
    17.10.2019 - 0 Comments
    Since October 2010, when the first release of the open source Zen Load Balancer was made public, we have not stopped of making qualified and complex security, scalable and high availability technology into the best user experience. Along all these…
  • Unity Linux is a Mandriva-based minimalist distribution with the Openbox window manager
    14.12.2009 - 0 Comments
    Unity Linux is a Mandriva-based minimalist distribution with the Openbox window manager and Smart advanced package management tool.The project's main goal is to provide a core operating system upon which more complete solutions can be built.The…
  • Technorati Token di Verifica
    12.02.2012 - 0 Comments
    8ATHVE6SHJSB

Recent Posts

Recent Posts Widget

Popular Posts

Labels

Archive

page counter follow us in feedly
 
Copyright © 2014 Linuxlandit & The Conqueror Penguin
-->