Categories: UbuntuUbuntu 12.04

Install google chrome on ubuntu 12.04

How to install google chrome on ubuntu 12.04

Google chrome is one of most popular browser for its quick launching and fast browsing. In this article we can see how to install google chrome on ubuntu 12.04

We can install google chrome in two methods.

Method 1

We can install chrome from google official repository . first we need to add the repository source to the update manager.
Step 1 » Setup key .
krizna@leela:~$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Step 2 » Type this command exactly to add chrome repositories .
krizna@leela:~$ sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
Step 3 » Now Update the package list .
krizna@leela:~$ sudo apt-get update

Step 4 » Finally install google chrome
krizna@leela:~$ sudo apt-get install google-chrome-stable

Method 2 : ( Manual installation)

Download google-chrome-stable_current_i386.deb from official google website (https://www.google.com/chrome/) .

[singlepic id=56 w=320 h=240 float=center]

Just follow the steps .
Before installing , we need to install dependencies .
Step 1 » Type apt-get update on terminal as a sudo user.
krizna@leela:~$ sudo apt-get update
This command will update the packages list index.
Step 2 » Now we need to install libnss3-1d and libxss1
krizna@leela:~$ sudo apt-get install libnss3-1d libxss1
Step 3 » Finally install the downloaded package.
krizna@leela:~$sudo dpkg -i google-chrome-stable_current_i386.deb

How to install google chrome on ubuntu 20.04

Disqus Comments Loading...
Share
Published by
krizna

Recent Posts

How to install Visual Studio Code on ubuntu 20.04

Visual Studio Code is a popular code editor which is lightweight and cross platform application.…

4 years ago

How to install MySQL workbench on ubuntu 20.04

MySQL workbench is a GUI tool for managing MySQL database system. It is used by…

4 years ago

How to install Android Studio on ubuntu 20.04

Android Studio is a popular development software used especially for developing android applications. It is…

4 years ago

How to install google chrome on ubuntu 20.04

Google chrome is a most popular web browser developed by google. It was developed to…

4 years ago

How to install Zoom on ubuntu 20.04

Zoom is a popular video conferencing software. It is commonly used for conducting online meetings,…

4 years ago

How to install TeamViewer on ubuntu 20.04

TeamViewer is a popular application for desktop sharing and remote control. It is available for…

4 years ago