Categories: UbuntuUbuntu 14.04

How to install google chrome on ubuntu 14.04

Google chrome has become most popular browser . it is fast and extremely flexible . By default ubuntu 14.04 has firefox installed, Just follow the steps to install google chrome on ubuntu 14.04
We can install google chrome in two methods.
Method 1
Installing google chrome from google official repository . we need to add the repository source.
Step 1 » Setup repository key.
krizna@leela:~$ wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
Step 2 » Issue the below command 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 repository .
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/) .
and install the downloaded package.
krizna@leela:~$sudo dpkg -i Downloads/google-chrome-stable_current_i386.deb

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